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

Handle StreamReset and ConnectionTerminated events #3291

Open
sethmlarson opened this issue Jan 19, 2024 · 2 comments
Open

Handle StreamReset and ConnectionTerminated events #3291

sethmlarson opened this issue Jan 19, 2024 · 2 comments
Labels
💰 Bounty $300 If you complete this issue we'll pay you $300 on OpenCollective!
Milestone

Comments

@sethmlarson
Copy link
Member

h2 has two event types for error conditions, we need to handle those and all their lower-level status codes to translate them into other errors, closing the connection, etc.

@sethmlarson sethmlarson added the 💰 Bounty $300 If you complete this issue we'll pay you $300 on OpenCollective! label Jan 19, 2024
@sethmlarson sethmlarson added this to the HTTP/2 milestone Jan 19, 2024
@elminson
Copy link

@sethmlarson can you share the h2 code reference ? I will love to take a look over

@sethmlarson
Copy link
Member Author

@elminson Yes! It would be all the error conditions documented here: http://python-hyper.org/projects/h2/en/stable/api.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💰 Bounty $300 If you complete this issue we'll pay you $300 on OpenCollective!
Projects
None yet
Development

No branches or pull requests

2 participants