use the logging.Null{Connection}Tracer in integration tests

This commit is contained in:
Marten Seemann 2022-08-27 13:09:34 +03:00
parent c29276ef67
commit cd87a64e1e
3 changed files with 4 additions and 46 deletions

View file

@ -50,7 +50,7 @@ func (c *tokenStore) Pop(key string) *quic.ClientToken {
}
type versionNegotiationTracer struct {
connTracer
logging.NullConnectionTracer
loggedVersions bool
receivedVersionNegotiation bool