| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 4.5.1 source code.tar.gz | 2026-07-04 | 352.0 kB | |
| 4.5.1 source code.zip | 2026-07-04 | 430.4 kB | |
| README.md | 2026-07-04 | 378 Bytes | |
| Totals: 3 Items | 782.8 kB | 3 | |
Changed
- Bump
h2to 0.10.3. It fixes an HTTP/2 upload hang: a sender blocked on flow control is now released with{error, stream_reset}or{error, stream_closed}when the peer cancels the stream, instead of hanging for the connection's lifetime. This affects hackney's streamed request bodies over HTTP/2 when the server resets the stream mid-backpressure.