http-v3.11.1

actix/actix-webhttp-v3.11.1Aug 26, 2025by robjtede

AI Summary

Improves stability and request handling, particularly during client disconnects and testing scenarios.

Key Highlights

  • Prevent more hangs after client disconnects
  • More malformed WebSocket frames are now gracefully rejected
  • Using `TestRequest::set_payload()` now sets a Content-Length header

Full Release Notes

- Prevent more hangs after client disconnects.
- More malformed WebSocket frames are now gracefully rejected.
- Using `TestRequest::set_payload()` now sets a Content-Length header.