http-v3.13.4
actix/actix-webhttp-v3.13.4Sep 2, 2026by robjtede
AI Summary
This release focuses on WebSocket protocol compliance and security by rejecting invalid frame types and restricting continuation frames.
Key Highlights
- Rejects WebSocket frames containing reserved bits
- Prevents new text or binary frames during continuation
- Ensures strict WebSocket protocol adherence
Full Release Notes
- Reject WebSocket frames with reserved bits. - Reject new WebSocket text or binary frames during a continuation.