-
Notifications
You must be signed in to change notification settings - Fork 28
[ERROR] Scanner error: bufio.Scanner: token too long #3
Open
Description
Sometimes I get "[ERROR] Scanner error: bufio.Scanner: token too long" which happens because bufio.Scanner has a hardcoded buffer limit of 1 MB at this line in proxy.go: scanner.Buffer(make([]byte, 64*1024), 1024*1024)
Activity
Metadata
Metadata
Assignees
Labels
No labels