http-v3.13.1

moghtech/komodohttp-v3.13.1Jun 22, 2026by JohnTitor

AI Summary

A patch release fixing an issue where HTTP/1 WebSocket upgrade responses were incorrectly overwritten with a `Connection: close` header when the request payload remained open.

Key Highlights

  • Fixes HTTP/1 WebSocket upgrade response handling
  • Corrects `Connection: close` header overwriting
  • Resolves payload handling during WebSocket upgrades

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