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