http-v3.13.3
alibaba/zvechttp-v3.13.3Aug 9, 2026by robjtede
AI Summary
This update refines the graceful server shutdown process in actix-http, ensuring idle HTTP/1 keep-alive connections are closed while active connections are permitted to finish their ongoing requests.
Key Highlights
- Refines graceful server shutdown logic
- Closes idle HTTP/1 keep-alive connections
- Allows active connections to complete requests
New Features
- Enhanced shutdown logic for HTTP/1
Full Release Notes
- Close idle HTTP/1 keep-alive connections during graceful server shutdown and close active connections after their current request finishes.