-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
net/http: Request.URL contains only path value when requested via http2 #68365
Comments
looking at the curl logs:
and http2 debug logs
I believe this is working as intended. |
@seankhliao , how can I extract these values in request handler? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go version
go version go1.22.5 linux/amd64
Output of
go env
in your module/workspace:What did you do?
Sample program running on server:
Then I using it as proxy with CURL:
What did you see happen?
Example program prints:
What did you expect to see?
Example program expected to print:
The text was updated successfully, but these errors were encountered: