http3: add basic server-side qlog support (#5367)

* add Conn.QlogTrace

* http3: add basic qlog support on the server side
This commit is contained in:
Marten Seemann
2025-10-10 18:35:58 +08:00
committed by GitHub
parent fb232c81ee
commit ca05442ab9
20 changed files with 672 additions and 72 deletions

View File

@@ -495,7 +495,7 @@ func testTransportDial(t *testing.T, early bool) {
_ protocol.PacketNumber,
_ bool,
_ bool,
_ qlogwriter.Recorder,
_ qlogwriter.Trace,
_ utils.Logger,
_ protocol.Version,
) *wrappedConn {
@@ -565,7 +565,7 @@ func TestTransportDialingVersionNegotiation(t *testing.T) {
pn protocol.PacketNumber,
_ bool,
hasNegotiatedVersion bool,
_ qlogwriter.Recorder,
_ qlogwriter.Trace,
_ utils.Logger,
v protocol.Version,
) *wrappedConn {