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

fix(awc): prevent panics in pool drop for h1 connections (#3448)

This commit is contained in:
Rob Ede
2024-08-18 15:54:36 +01:00
committed by GitHub
parent d6bdfac1b9
commit c055723997
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,7 @@
## Unreleased
- Prevent panics on connection pool drop when Tokio runtime is shutdown early.
- Minimum supported Rust version (MSRV) is now 1.75.
## 3.5.1