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

fix(awc): ws host req header includes port

This commit is contained in:
Rob Ede
2024-08-10 03:58:45 +01:00
parent e0918fb179
commit 5ad92c0062
2 changed files with 28 additions and 3 deletions

View File

@ -2,11 +2,13 @@
## Unreleased
- Fix WebSocket `Host` request header value when using a non-default port.
## 3.5.0
- Add `rustls-0_23`, `rustls-0_23-webpki-roots`, and `rustls-0_23-native-roots` crate features.
- Add `awc::Connector::rustls_0_23()` constructor.
- Fix `rustls-0_22-native-roots` root store lookup
- Fix `rustls-0_22-native-roots` root store lookup.
- Update `brotli` dependency to `6`.
- Minimum supported Rust version (MSRV) is now 1.72.