Open zyfzzz opened 1 year ago
Hi,
This is eseentially the same issue as #53. My JSON payload is larger than 1MB thus crashing the program. I want to suggest using scanner.Err() == bufio.ErrTooLong to handle such cases.
scanner.Err() == bufio.ErrTooLong
Hi,
This is eseentially the same issue as #53. My JSON payload is larger than 1MB thus crashing the program. I want to suggest using
scanner.Err() == bufio.ErrTooLong
to handle such cases.