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

fix(http2): remove host header when using http2 (#3516)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Joel Wurtz
2024-12-29 17:55:32 +01:00
committed by GitHub
parent bb1442e20b
commit 856480cd90
2 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@
- Update `brotli` dependency to `7`.
- Prevent panics on connection pool drop when Tokio runtime is shutdown early.
- Minimum supported Rust version (MSRV) is now 1.75.
- Do not send `Host` header on HTTP/2 requests, as it is not required, and some web servers may reject it.
## 3.5.1