http-v3.13.0
Rheosoph/flow-likehttp-v3.13.0Jun 21, 2026by JohnTitor
AI Summary
Improves HTTP/1 connection lifecycle management by gracefully closing connections after early responses and waking payload receivers when senders are dropped prematurely.
Key Highlights
- Gracefully close HTTP/1 connections after early responses
- Wake HTTP/1 payload receivers with incomplete-payload errors
Full Release Notes
## 3.13.0 - When configured, gracefully close HTTP/1 connections after early responses to unread request bodies. [#3967] - Wake HTTP/1 payload receivers with an incomplete-payload error when the sender is dropped before EOF. [#3100] - Update `foldhash` dependency to `0.2`. [#3967]: https://github.com/actix/actix-web/issues/3967 [#3100]: https://github.com/actix/actix-web/issues/3100