]> git.feebdaed.xyz Git - 0xmirror/quic-go.git/commit
http3: add basic server-side qlog support (#5367)
authorMarten Seemann <martenseemann@gmail.com>
Fri, 10 Oct 2025 10:35:58 +0000 (18:35 +0800)
committerGitHub <noreply@github.com>
Fri, 10 Oct 2025 10:35:58 +0000 (12:35 +0200)
commitca05442ab9d3eb325afe2d00230b289d3c9edb98
tree779f203481fcd1cce84f854eafb58fe23d960106
parentfb232c81ee1d3c4cf5bb60802676819ff069dad9
http3: add basic server-side qlog support (#5367)

* add Conn.QlogTrace

* http3: add basic qlog support on the server side
20 files changed:
.golangci.yml
connection.go
http3/client_test.go
http3/conn.go
http3/http3_helper_test.go
http3/qlog.go [new file with mode: 0644]
http3/qlog/event.go [new file with mode: 0644]
http3/qlog/event_test.go [new file with mode: 0644]
http3/qlog/frame.go [new file with mode: 0644]
http3/qlog/frame_test.go [new file with mode: 0644]
http3/response_writer.go
http3/response_writer_test.go
http3/server.go
http3/server_test.go
http3/stream.go
http3/stream_test.go
server.go
server_test.go
transport.go
transport_test.go