Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
actix-http_ v3.11.2 source code.tar.gz | 2025-10-05 | 597.3 kB | |
actix-http_ v3.11.2 source code.zip | 2025-10-05 | 811.7 kB | |
README.md | 2025-10-05 | 374 Bytes | |
Totals: 3 Items | 1.4 MB | 0 |
- 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.