simplify the maximum stream limit

This commit is contained in:
Marten Seemann
2017-10-15 09:46:09 +08:00
parent daff6256b9
commit f5acb690d3
7 changed files with 25 additions and 29 deletions

View File

@@ -54,7 +54,7 @@ var _ = Describe("Chrome tests", func() {
})
It("uploads many small files", func() {
num := protocol.MaxStreamsPerConnection + 20
num := protocol.MaxIncomingStreams + 20
chromeTest(
version,
fmt.Sprintf("https://quic.clemente.io/uploadtest?num=%d&len=%d", num, dataLen),