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

chore(actix-http): prepare release 3.5.1

This commit is contained in:
Rob Ede
2023-12-25 02:30:14 +00:00
parent d14e98b62b
commit f4f459d420
3 changed files with 5 additions and 3 deletions

View File

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