| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 4.7.1 source code.tar.gz | 2026-07-17 | 366.9 kB | |
| 4.7.1 source code.zip | 2026-07-17 | 447.4 kB | |
| README.md | 2026-07-17 | 460 Bytes | |
| Totals: 3 Items | 814.8 kB | 1 | |
Chunked decoding no longer fails with {error, invalid_chunk_size} when the CRLF terminating a chunk-size line is split across two socket reads (buffer ending on a lone \r). The parser now waits for the \n (#901).
A malformed chunk-size line or chunk terminator now fails cleanly with {error, invalid_chunk_size} or {error, poorly_formatted_chunked_size} instead of crashing the parser with a case_clause error.
See NEWS.md for details. PR [#912].