This commit is contained in:
Alex Wied 2025-07-02 15:47:48 +01:00 committed by GitHub
commit cb6efb7279
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,9 @@
## Unreleased
### Fixed
- Fix bug which prevents end-users from discovering when the remote peer has closed its side of the TCP connection.
## 3.11.0
- Update `brotli` dependency to `8`.

View File

@ -205,6 +205,7 @@ impl Inner {
#[inline]
fn feed_eof(&mut self) {
self.eof = true;
self.wake();
}
#[inline]