http-v3.13.3

actix/actix-webhttp-v3.13.3Aug 9, 2026by robjtede

AI Summary

This release focuses on graceful server shutdown, specifically ensuring idle HTTP/1 keep-alive connections and active connections are handled correctly during the shutdown process.

Key Highlights

  • Close idle HTTP/1 keep-alive connections during graceful server shutdown.
  • Close active connections after their current request finishes.

Full Release Notes

- Close idle HTTP/1 keep-alive connections during graceful server shutdown and close active connections after their current request finishes.