aiortc / aioquic

QUIC and HTTP/3 implementation in Python
BSD 3-Clause "New" or "Revised" License
1.6k stars 229 forks source link

Add command line option for `http3_client` to negotiate QUIC v2 #528

Closed jlaine closed 5 days ago

jlaine commented 5 days ago

As part of the interoperability tests, we want to exercise the scenario where the client starts using QUIC version 1 then negotiates usage of QUIC version 2 using compatible version negotiation.

codecov[bot] commented 5 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (e0d5d27) to head (fe44f9e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #528 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 25 25 Lines 5092 5092 ========================================= Hits 5092 5092 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.