Marten Seemann
b9d934ff8b
http3: tighten checks for incorrect use of RequestStream ( #5231 )
...
The RequestStream is a low-level API that’s used by WebTransport,
CONNECT-UDP and CONNECT-IP. Methods on the RequestStream must be called
in a certain order, and we should detect misuse of the API.
2025-06-20 09:55:11 +02:00
Marten Seemann
7d5e0570c4
http3: avoid reinitilising the frame parser on the stream ( #5232 )
...
No functional change expected.
2025-06-20 07:34:03 +02:00
Marten Seemann
66e2539b2e
http3: explicitly expose all method on the RequestStream ( #5216 )
2025-06-19 12:16:26 +02:00
Marten Seemann
6c82ac07cf
http3: convert Connection interface to Conn struct ( #5204 )
2025-06-09 12:16:07 +02:00
Marten Seemann
9580396fa1
http3: simplify connection closing in the frame parser ( #5196 )
...
No functional change expected.
2025-06-07 07:21:53 +02:00
Marten Seemann
eb656df2fe
convert Stream interface to a struct ( #5149 )
2025-06-01 05:40:05 +02:00