http-v3.13.1

flydelabs/flydehttp-v3.13.1Jun 22, 2026by JohnTitor

AI Summary

This release fixes a bug where HTTP/1 WebSocket upgrade responses were incorrectly overwritten with 'Connection: close' when the upgraded request payload remained open.

Key Highlights

  • Fix for HTTP/1 WebSocket upgrade response handling
  • Resolves issue #4115
  • Prevents incorrect 'Connection: close' header injection

Full Release Notes

## 3.13.1

- Fix HTTP/1 WebSocket upgrade responses being overwritten with `Connection: close` when the upgraded request payload remains open. [#4115]

[#4115]: https://github.com/actix/actix-web/issues/4115