forked from quic-go/quic-go
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user