web-v4.14.1

actix/actix-webweb-v4.14.1Aug 9, 2026by robjtede

AI Summary

This hotfix improves graceful shutdown behavior by ensuring idle HTTP/1 keep-alive connections are properly closed while allowing active connections to finish their current request.

Key Highlights

  • Close idle HTTP/1 keep-alive connections during graceful shutdown.
  • Let active connections finish only their current request before closing.

Full Release Notes

- Close idle HTTP/1 keep-alive connections during graceful shutdown and let active connections finish only their current request before closing.