You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to send HTTP/2 proxy request without TLS to my HTTP2 Proxy server (nginx & vertex). But the requests and responses which are being sent and received are of HTTP1.1.
Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.
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
)?go env
OutputWhat did you do?
I am trying to send HTTP/2 proxy request without TLS to my HTTP2 Proxy server (nginx & vertex). But the requests and responses which are being sent and received are of HTTP1.1.
Here is my code:
https://go.dev/play/p/Ln1KiQ2200s
What did you expect to see?
I am expecting the HTTP/2 request/responses
What did you see instead?
The requests/responses made are HTTP1.1
The text was updated successfully, but these errors were encountered: