uquic/integrationtests
Marten Seemann 497d3f58a5
http3: add a RoundTripOpt to check the server's SETTINGS frame (#4355)
For some requests, the client is required to check the server's HTTP/3
SETTINGS. For example, a client is only allowed to send HTTP/3 datagrams
if the server explicitly enabled support.

SETTINGS are sent asynchronously on a control stream (usually the first
unidirectional stream). This means that the SETTINGS might not be
available at the beginning of the connection. This is not expected to be
the common case, since the server can send the SETTINGS in 0.5-RTT data,
but we have to be able to deal with arbitrary delays.

For WebTransport, there are even more SETTINGS values that the client
needs to check. By making CheckSettings a callback on the RoundTripOpt,
this entire validation logic can live at the WebTransport layer.
2024-03-12 01:03:00 -07:00
..
gomodvendor update gomock to v0.4.0 (#4361) 2024-03-10 18:07:20 -07:00
self http3: add a RoundTripOpt to check the server's SETTINGS frame (#4355) 2024-03-12 01:03:00 -07:00
tools use the transport tracer in integration tests 2024-03-09 19:32:15 +09:30
versionnegotiation use the transport tracer in integration tests 2024-03-09 19:32:15 +09:30