]> git.feebdaed.xyz Git - 0xmirror/quic-go.git/commit
http3: qlog sent and received SETTINGS frames (#5379)
authorMarten Seemann <martenseemann@gmail.com>
Sun, 12 Oct 2025 05:16:37 +0000 (13:16 +0800)
committerGitHub <noreply@github.com>
Sun, 12 Oct 2025 05:16:37 +0000 (07:16 +0200)
commitce12204bc32ed35625a3c92293365e0e54c865e8
tree87b70a4890bbb53c2522862912d1b3c3123f97c8
parentcd4b1307db655b91815e18bd76f4e30c8f18f1b4
http3: qlog sent and received SETTINGS frames (#5379)

* http3: implement qlog serialization for SETTINGS frames

* http3: qlog sent and received SETTINGS frames
http3/client.go
http3/client_test.go
http3/conn_test.go
http3/frames.go
http3/http3_helper_test.go
http3/qlog/frame.go
http3/qlog/frame_test.go
http3/server.go
http3/server_test.go