-
Notifications
You must be signed in to change notification settings - Fork 171
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
add http2 for upstream support #102
Conversation
This links to #101 |
@rpardini any comments for this one? |
Yeah, this is not real http2 support, since nginx itself does not support it. |
ok let me clarify this PR forces all connections between the d-r-p and the upstream to use http 1.1 even when the upstream wants to use http2 If this is not done, the client connecting to the proxy receives a HTTP 426 error This is the output on a docker pull
And the container logs for d-r-p show the following:
curl output
|
@rpardini does this make sense? |
Hi, I've personally not received 426 from upstream registries. Dunno what's up there. |
I can see the value in this, but it can't be the default behaviour. Please hide it with an ENV check and include file. |
done, please see #128 |
This PR adds support for http2 upstream servers