Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ProxyHttpClientOptions for ServiceFabric #787

Merged
merged 1 commit into from
Feb 25, 2021

Conversation

Kahbazi
Copy link
Collaborator

@Kahbazi Kahbazi commented Feb 25, 2021

No description provided.

SslProtocols = !string.IsNullOrEmpty(sslProtocolsLabel) ? Enum.Parse<SslProtocols>(sslProtocolsLabel) : null,
#if NET
EnableMultipleHttp2Connections = GetLabel<bool?>(labels, "YARP.Backend.HttpClient.EnableMultipleHttp2Connections", null),
#endif
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#760 just added an encoding option. @ManickaP FYI. We'll see who merges first.

@Tratcher Tratcher added this to the YARP 1.0.0-preview10 milestone Feb 25, 2021
@Tratcher Tratcher self-assigned this Feb 25, 2021
@Tratcher Tratcher merged commit 179de0a into microsoft:main Feb 25, 2021
@Tratcher
Copy link
Member

Thanks

@Kahbazi Kahbazi deleted the kahbazi/ServiceFabricHttp branch February 25, 2021 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants