We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SocketsHttpHandler.EnableMultipleHttp2Connections is enabled by default by YARP for better performance in server-to-server communication. However, that's not shown in our docs/samples where a SocketsHttpHandler is manually configured. This can cause perf issues for users like #2282. https://microsoft.github.io/reverse-proxy/articles/http-client-config.html https://microsoft.github.io/reverse-proxy/articles/direct-forwarding.html
reverse-proxy/testassets/ReverseProxy.Direct/Startup.cs
Line 37 in 1d18b77
reverse-proxy/samples/ReverseProxy.Direct.Sample/Startup.cs
Line 38 in 1d18b77
The text was updated successfully, but these errors were encountered:
Please also update it here, thanks https://microsoft.github.io/reverse-proxy/articles/http-client-config.html#custom-iforwarderhttpclientfactory
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
SocketsHttpHandler.EnableMultipleHttp2Connections is enabled by default by YARP for better performance in server-to-server communication. However, that's not shown in our docs/samples where a SocketsHttpHandler is manually configured. This can cause perf issues for users like #2282.
https://microsoft.github.io/reverse-proxy/articles/http-client-config.html
https://microsoft.github.io/reverse-proxy/articles/direct-forwarding.html
reverse-proxy/testassets/ReverseProxy.Direct/Startup.cs
Line 37 in 1d18b77
reverse-proxy/samples/ReverseProxy.Direct.Sample/Startup.cs
Line 38 in 1d18b77
The text was updated successfully, but these errors were encountered: