Merge branch 'master' into add_json_error

This commit is contained in:
Mikhail Katychev 2020-05-14 18:47:17 -05:00
commit dc8dabb60b
No known key found for this signature in database
GPG Key ID: 9E8549CD2CEB5E59
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ func (f *jsonRequestParser) NumRequests() int {
} }
const ( const (
textSeparatorChar = 0x1e textSeparatorChar = '\x1e'
) )
type textRequestParser struct { type textRequestParser struct {