forked from quic-go/quic-go
add a generic Log() function to the connection tracer
This commit is contained in:
@@ -89,6 +89,7 @@ func (t *connTracer) DroppedKey(logging.KeyPhase)
|
||||
func (t *connTracer) SetLossTimer(logging.TimerType, logging.EncryptionLevel, time.Time) {}
|
||||
func (t *connTracer) LossTimerExpired(logging.TimerType, logging.EncryptionLevel) {}
|
||||
func (t *connTracer) LossTimerCanceled() {}
|
||||
func (t *connTracer) Debug(string, string) {}
|
||||
func (t *connTracer) Close() {}
|
||||
|
||||
var _ = Describe("Key Update tests", func() {
|
||||
|
||||
Reference in New Issue
Block a user