http-v3.11.2

actix/actix-webhttp-v3.11.2Oct 5, 2025by JohnTitor

AI Summary

Enhances payload receiver wake-up logic and adds configuration builders for HTTP/1 connection handling.

Key Highlights

  • Properly wakes Payload receivers on errors or EOF
  • Adds `ServiceConfigBuilder` type
  • Adds option to allow/disallow half closed connections
  • Shutdowns connections on incomplete requests

New Features

  • ServiceConfigBuilder

Full Release Notes

- Properly wake Payload receivers when feeding errors or EOF.
- Add `ServiceConfigBuilder` type to facilitate future configuration extensions.
- Add a configuration option to allow/disallow half closed connections in HTTP/1. This defaults to allow, reverting the change made in 3.11.1.
- Shutdown connections when HTTP Responses are written without reading full Requests.