Skip to content

HTTP/3, ngtcp2, fix races in stream handling#12435

Closed
icing wants to merge 1 commit into
curl:masterfrom
icing:ngtcp2-races
Closed

HTTP/3, ngtcp2, fix races in stream handling#12435
icing wants to merge 1 commit into
curl:masterfrom
icing:ngtcp2-races

Conversation

@icing

@icing icing commented Dec 1, 2023

Copy link
Copy Markdown
Contributor
  • fix cases where ngtcp2 invokes callbacks on streams that nghttp3 has already forgotten. Ignore the NGHTTP3_ERR_STREAM_NOT_FOUND in these cases as it is normal behaviour.

- fix cases where ngtcp2 invokes callbacks on streams that
  nghttp3 has already forgotten. Ignore the NGHTTP3_ERR_STREAM_NOT_FOUND
  in these cases as it is normal behaviour.
@icing icing added the HTTP/3 h3 or quic related label Dec 1, 2023
@icing icing requested a review from bagder December 1, 2023 13:02
@bagder bagder closed this in 781cd3e Dec 1, 2023
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

Development

Successfully merging this pull request may close these issues.

2 participants