mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
use the logging.Null{Connection}Tracer in integration tests
This commit is contained in:
parent
c29276ef67
commit
cd87a64e1e
3 changed files with 4 additions and 46 deletions
|
@ -50,7 +50,7 @@ func (c *tokenStore) Pop(key string) *quic.ClientToken {
|
|||
}
|
||||
|
||||
type versionNegotiationTracer struct {
|
||||
connTracer
|
||||
logging.NullConnectionTracer
|
||||
|
||||
loggedVersions bool
|
||||
receivedVersionNegotiation bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue