1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

prevent hang when compressing Sized(0) bodies

fixes #3229
This commit is contained in:
Rob Ede
2023-12-25 02:27:51 +00:00
parent f4851b3914
commit d14e98b62b
2 changed files with 18 additions and 3 deletions

View File

@ -2,6 +2,10 @@
## Unreleased
## Fixed
- Prevent hang when returning zero-sized response bodies through compression layer.
## 3.5.0
### Changed