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

openssl-quic: do not iterate over multi handles #16611

Closed
wants to merge 2 commits into from

Conversation

icing
Copy link
Contributor

@icing icing commented Mar 7, 2025

Iterate over the filters stream hash instead, lookup easy handles at the multi when needed.

This also limits to pollset array sizes to the number of streams on the connection and not the total number of transfers in the multi.

Iterate over the filters stream hash instead, lookup easy handles
at the multi when needed.

This also limits to pollset array sizes to the number of streams
on the connection and not the total number of transfers in the multi.
@github-actions github-actions bot added the HTTP/3 h3 or quic related label Mar 7, 2025
…tions

openssl-quic goes timing dependant into different code path with
different default to error codes.
@github-actions github-actions bot added the tests label Mar 7, 2025
@bagder bagder closed this in 469c037 Mar 7, 2025
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.

2 participants