Commit Graph

10 Commits

Author SHA1 Message Date
4238c0fe48 merge upstream 2025-11-18 17:42:33 +03:00
Marten Seemann
be2a6229c4 http3: send SETTINGS_MAX_FIELD_SECTION_SIZE in the SETTINGS frame (#5431)
* http3/qlog: implement qlogging of SETTINGS_MAX_FIELD_SECTION_SIZE

* http3: send SETTINGS_MAX_FIELD_SECTION_SIZE in the SETTINGS frame
2025-11-16 14:45:27 +01:00
gr1ffon
4ba42a8456 replace repo 2025-11-14 04:04:40 +03:00
Marten Seemann
5e5100b40c http3: add the qlog event schema to trace header (#5383) 2025-10-15 06:02:05 +02:00
Marten Seemann
378d867241 http3: qlog reserved, unsupported and unknown frames (#5381) 2025-10-12 14:11:54 +02:00
Marten Seemann
ce12204bc3 http3: qlog sent and received SETTINGS frames (#5379)
* http3: implement qlog serialization for SETTINGS frames

* http3: qlog sent and received SETTINGS frames
2025-10-12 07:16:37 +02:00
Marten Seemann
ed194a0c5e http3: qlog sent and received DATAGRAMs (#5375) 2025-10-11 14:14:06 +02:00
Marten Seemann
f330d0e257 http3: qlog sent and received GOAWAY frames (#5376) 2025-10-11 13:20:01 +02:00
Marten Seemann
53d246840d http3: fix qlog encoding of frame_parsed and frame_created events (#5372) 2025-10-11 09:48:05 +02:00
Marten Seemann
ca05442ab9 http3: add basic server-side qlog support (#5367)
* add Conn.QlogTrace

* http3: add basic qlog support on the server side
2025-10-10 12:35:58 +02:00