mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Failing test for a request larger than 64Kb
This commit is contained in:
+1
-1
@@ -84,5 +84,5 @@ func (i *FileInput) emit() {
|
||||
i.data <- newBuf
|
||||
}
|
||||
|
||||
log.Printf("FileInput: end of file '%s'\n",i.path)
|
||||
log.Printf("FileInput: end of file '%s'\n", i.path)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user