add an integration test downloading a large file with Chrome

ref #245
This commit is contained in:
Marten Seemann
2016-08-13 00:27:32 +07:00
parent 59c84971e4
commit 2fccb9d45d
2 changed files with 10 additions and 1 deletions

View File

@@ -25,7 +25,8 @@ import (
)
const (
dataLen = 500 * 1024
dataLen = 500 * 1024 // 500 KB
dataLongLen = 50 * 1024 * 1024 // 50 MB
)
var (