Failing test for a request larger than 64Kb

This commit is contained in:
Jon Barber
2015-12-22 15:44:32 +00:00
parent b680a29b70
commit 595338dc22
2 changed files with 128 additions and 1 deletions
+1 -1
View File
@@ -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)
}