http-v3.13.0

asheshgoplani/agent-deckhttp-v3.13.0Jun 21, 2026by JohnTitor

AI Summary

This release improves HTTP/1 connection lifecycle management by implementing graceful closure behaviors after early responses and better wake-up logic for payload receivers.

Key Highlights

  • Graceful close of HTTP/1 connections after early responses to unread bodies
  • Wake HTTP/1 payload receivers with incomplete-payload error when sender is dropped
  • Updated `foldhash` dependency to 0.2

New Features

  • Graceful HTTP/1 connection closure
  • Payload receiver wake-up on sender drop

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