web-v4.14.1

alibaba/zvecweb-v4.14.1Aug 9, 2026by robjtede

AI Summary

This release improves the graceful shutdown behavior of actix-web by closing idle HTTP/1 connections immediately while allowing active connections to complete their current request.

Key Highlights

  • Improved graceful shutdown for HTTP/1 connections
  • Immediate closure of idle connections
  • Active connections allowed to finish their current request

New Features

  • Better connection management during shutdown

Full Release Notes

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