mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
add an integration test multiplexing two downloads on one connection
This commit is contained in:
parent
0b2e0c3146
commit
e07411ebe6
2 changed files with 121 additions and 0 deletions
|
@ -39,3 +39,8 @@ var _ = AfterEach(func() {
|
|||
_ = logFile.Close()
|
||||
}
|
||||
})
|
||||
|
||||
// Debug says if this test is being logged
|
||||
func Debug() bool {
|
||||
return len(logFileName) > 0
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue