]> git.feebdaed.xyz Git - 0xmirror/quic-go.git/commit
http3: send SETTINGS_MAX_FIELD_SECTION_SIZE in the SETTINGS frame (#5431)
authorMarten Seemann <martenseemann@gmail.com>
Sun, 16 Nov 2025 13:45:27 +0000 (21:45 +0800)
committerGitHub <noreply@github.com>
Sun, 16 Nov 2025 13:45:27 +0000 (14:45 +0100)
commitbe2a6229c45aede2900e5d0b409535a42a6d7f63
treeba6618f6210d65f1584e736de76050b7f719059b
parente46470d68fb47b8afcf247e6413385dae1c6708c
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
http3/client.go
http3/client_test.go
http3/conn_test.go
http3/frames.go
http3/frames_test.go
http3/qlog/frame.go
http3/qlog/frame_test.go
http3/server.go