add an integration test multiplexing two downloads on one connection

This commit is contained in:
Marten Seemann 2018-06-16 00:01:12 +07:00
parent 0b2e0c3146
commit e07411ebe6
2 changed files with 121 additions and 0 deletions

View file

@ -39,3 +39,8 @@ var _ = AfterEach(func() {
_ = logFile.Close()
}
})
// Debug says if this test is being logged
func Debug() bool {
return len(logFileName) > 0
}