http-v3.13.2
alibaba/zvechttp-v3.13.2Aug 7, 2026by robjtede
AI Summary
This is a bug fix release for actix-http that corrects the MessageBody implementation for ByteString to ensure proper signaling of completion after yielding contents.
Key Highlights
- Fixes MessageBody implementation for ByteString
- Ensures correct completion signaling
- Resolves body handling issue
New Features
- Bug fix for ByteString body handling
Full Release Notes
- Fix `MessageBody` implementation for `ByteString` to signal completion after yielding its contents. [#4177] [#4177]: https://github.com/actix/actix-web/issues/4177