forked from quic-go/quic-go
use the logging.Null{Connection}Tracer in integration tests
This commit is contained in:
@@ -50,7 +50,7 @@ func (c *tokenStore) Pop(key string) *quic.ClientToken {
|
||||
}
|
||||
|
||||
type versionNegotiationTracer struct {
|
||||
connTracer
|
||||
logging.NullConnectionTracer
|
||||
|
||||
loggedVersions bool
|
||||
receivedVersionNegotiation bool
|
||||
|
||||
Reference in New Issue
Block a user