x/net/http2: support http2 proxy connections #26479
Open
Labels
Milestone
Comments
I think they're different bugs. This is more of a documentation or feature request to support http2 proxies. We only support http1 proxies currently. |
Is there any plan to support http2 proxy? |
same question about plan for this feature. :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?What did you do?
I have an HTTP/2 proxy (I tested a custom one and https://github.com/caddyserver/forwardproxy) and when trying to connect through it from a client using HTTP/2 I get an error. This does not happen if I don't use HTTP/2.
Here's my code:
If I comment out the
http2.ConfigureTransport()
call (so it will use HTTP/1.1) it works fine.What did you expect to see?
A successful connection.
What did you see instead?
On the proxy server:
On the client:
The text was updated successfully, but these errors were encountered: