forked from quic-go/quic-go
add an integration test multiplexing two downloads on one connection
This commit is contained in:
@@ -39,3 +39,8 @@ var _ = AfterEach(func() {
|
||||
_ = logFile.Close()
|
||||
}
|
||||
})
|
||||
|
||||
// Debug says if this test is being logged
|
||||
func Debug() bool {
|
||||
return len(logFileName) > 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user