]> git.feebdaed.xyz Git - 0xmirror/quic-go.git/commit
http3: add the qlog event schema to trace header (#5383)
authorMarten Seemann <martenseemann@gmail.com>
Wed, 15 Oct 2025 04:02:05 +0000 (12:02 +0800)
committerGitHub <noreply@github.com>
Wed, 15 Oct 2025 04:02:05 +0000 (06:02 +0200)
commit5e5100b40c28ab09bf05ae565fdf8053ddbe005b
tree8f4cd0c8c5193433fd82628045532a9fa0dcc491
parent378d8672413b2b28bd454c32da928e8bf8f31691
http3: add the qlog event schema to trace header (#5383)
15 files changed:
example/client/main.go
example/main.go
http3/conn.go
http3/http3_helper_test.go
http3/qlog/qlog_dir.go [new file with mode: 0644]
http3/qlog/qlog_dir_test.go [new file with mode: 0644]
http3/server.go
integrationtests/self/self_test.go
integrationtests/tools/qlog.go
integrationtests/versionnegotiation/test_helper_test.go
interop/utils/logging.go
qlog/qlog_dir.go
qlog/qlog_dir_test.go
qlogwriter/writer.go
testutils/events/event_recorder.go