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

h3, ngtcp2, error handling #13562

Closed
wants to merge 5 commits into from
Closed

h3, ngtcp2, error handling #13562

wants to merge 5 commits into from

Conversation

icing
Copy link
Contributor

@icing icing commented May 8, 2024

  • identify ngtcp2 and nghttp3 error codes that are fatal
  • close quic connection on fatal errors
  • refuse further filter operations once connection is closed

@github-actions github-actions bot added HTTP/3 h3 or quic related tests labels May 8, 2024
lib/vquic/curl_ngtcp2.c Outdated Show resolved Hide resolved
icing added 5 commits May 9, 2024 11:08
- identify ngtcp2 and nghttp3 error codes that are fatal
- close quic connection on fatal errors
- refuse further filter operations once connection is closed
- improve trace message on closing stream
- confusion about the nghttp3 API. We should close
  the QUIC stream on cancel and not use the nghttp3
  calls intended to be invoked when the QUIC stream
  was closed by the peer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HTTP/3 h3 or quic related tests
Development

Successfully merging this pull request may close these issues.

None yet

2 participants