Nao Yonashiro
|
8f5055b06a
|
fix: In decodeUnicode, the case that the expected buffer's state is not satisfied after reading.
fix #374
|
2022-07-07 00:42:31 +09:00 |
Nao Yonashiro
|
42805aa953
|
fix: add escape sequence validation
fix #335
|
2022-04-29 17:16:25 +09:00 |
Nao Yonashiro
|
6911114fb4
|
fix: to care surrogate-pair on stringDecoder
fix #364
|
2022-04-26 01:40:44 +09:00 |
Nao Yonashiro
|
6f811065b6
|
feat: improves escapeString's performance
|
2022-03-13 08:42:55 +09:00 |
Nao Yonashiro
|
4bd7d2399f
|
feat: improve performance when a payload contains escape sequence
|
2022-02-12 17:25:52 +09:00 |
Nao Yonashiro
|
e8637832dd
|
style: gofmt
|
2021-08-25 11:25:00 +09:00 |
Nao Yonashiro
|
ae9148555a
|
Merge branch 'master' into fix-issue-278
|
2021-08-25 11:23:59 +09:00 |
Nao Yonashiro
|
ac41fbec94
|
fix: fixed buffer length bug on string decoder
close #278
|
2021-08-25 07:23:34 +09:00 |
Nao Yonashiro
|
e1e6c41c66
|
fix: fixed invalid utf8 on stream decoder
|
2021-08-25 06:15:15 +09:00 |
Masaaki Goshima
|
08c2e1abef
|
Improve error message
|
2021-08-13 17:05:07 +09:00 |
peterlimg
|
91e691adc5
|
Fix decodeEscapeString err
`p` was not updated after the `stream.buf` is reallocated
|
2021-07-27 21:53:59 +10:00 |
Masaaki Goshima
|
a69176cd30
|
Fix decoder
|
2021-06-06 11:01:55 +09:00 |
Masaaki Goshima
|
b074c98070
|
Use RuntimeContext
|
2021-06-05 01:08:27 +09:00 |
Masaaki Goshima
|
5a024ca2f1
|
Fix package layout for decoder
|
2021-06-03 18:49:01 +09:00 |