-
-
Notifications
You must be signed in to change notification settings - Fork 300
Ignore 1xx frames #515
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
Comments
@seanmonstar any pointers for where to start in the code? Also, do you have any ideas how we can test it, considering that we don't have a server capable of sending such frames yet? |
You'd probably be able to add a check before calling recv.recv_headers, where if the Or possibly it should happen inside For tests, you can add to |
Uh oh!
There was an error while loading. Please reload this page.
Currently when hyper encounters such frames it resets the stream with an error. The plan for now is to just ignore these informational frames. With the next step being an implementation of API to handle them in h2 and hyper (tracked in #167).
The text was updated successfully, but these errors were encountered: