Download Latest Version 4.7.4 source code.zip (477.0 kB)
Email in envelope

Get an email when there's a new version of hackney

Home / 4.7.1
Name Modified Size InfoDownloads / 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].

Source: README.md, updated 2026-07-17