Skip to content
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

x/net/http2:Enable HTTP/2 CLIENTs to receive and send unknown frames #80

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

soya3129
Copy link

This change enables HTTP/2 CLIENTs to receive and send unknown frames. The basic idea is to add unknown frame handling in request.Body and response.Body. If the APIs look OK, I will add more tests.

Note that, this PR is for client side review only. The change is in transport.go and transport_test.go. This PR also includes change on the server side in order to run tests, and those server side change is under review in #78, and can be ignored for review in this PR. Those server side change includes server.go, server_test.go, frame.go, write.go.

Thank @tombergan for the initial feedback!

For golang/go#40359

@soya3129
Copy link
Author

cc @birenroy @ianswett

@gopherbot
Copy link
Contributor

This PR (HEAD: e3b5b50) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/net/+/244800 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants