Skip to content

ngtcp2, do not loop on recv - #15466

Closed
icing wants to merge 1 commit into
curl:masterfrom
icing:ngtcp2-do-not-recv-loop
Closed

ngtcp2, do not loop on recv#15466
icing wants to merge 1 commit into
curl:masterfrom
icing:ngtcp2-do-not-recv-loop

Conversation

@icing

@icing icing commented Oct 31, 2024

Copy link
Copy Markdown
Contributor

The vquic_recv_packets() function already loops when not all requested packets can be received (until EAGAIN) and there is not need to do that again in ngtcp2.

The vquic_recv_packets() function already loops when not all
requested packets can be received (until EAGAIN) and there is
not need to do that again in ngtcp2.
@github-actions github-actions Bot added the HTTP/3 h3 or quic related label Oct 31, 2024
@icing
icing requested a review from bagder October 31, 2024 12:52
@bagder bagder closed this in 922235e Oct 31, 2024
pps83 pushed a commit to pps83/curl that referenced this pull request Apr 26, 2025
The vquic_recv_packets() function already loops when not all requested
packets can be received (until EAGAIN) and there is not need to do that
again in ngtcp2.

Closes curl#15466
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