forked from quic-go/quic-go
pass a logging.Tracer to the packet handler map
This commit is contained in:
@@ -165,7 +165,7 @@ func dialContext(
|
||||
return nil, errors.New("quic: tls.Config not set")
|
||||
}
|
||||
config = populateClientConfig(config, createdPacketConn)
|
||||
packetHandlers, err := getMultiplexer().AddConn(pconn, config.ConnectionIDLength, config.StatelessResetKey)
|
||||
packetHandlers, err := getMultiplexer().AddConn(pconn, config.ConnectionIDLength, config.StatelessResetKey, config.Tracer)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user