mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:13:34 +03:00
openssl-quic: do not iterate over multi handles
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. Closes #16611
This commit is contained in:
parent
7cc4a23ee4
commit
469c037fcf
2 changed files with 123 additions and 73 deletions
|
|
@ -134,4 +134,4 @@ class TestAuth:
|
|||
# Depending on protocol, we might have an error sending or
|
||||
# the server might shutdown the connection and we see the error
|
||||
# on receiving
|
||||
assert r.exit_code in [55, 56], f'{r.dump_logs()}'
|
||||
assert r.exit_code in [55, 56, 95], f'{r.dump_logs()}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue