Update ChangeLog.md

This commit is contained in:
Martin Chang 2024-06-18 14:38:36 +08:00 committed by GitHub
parent 80ff0a4869
commit 88bf6f7fcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@ All notable changes to this project will be documented in this file.
### Changes ### Changes
* Proactively send buffered HTTP/2 data if send queue is too large * Proactively send buffered HTTP/2 data if send queue is too large
* Better tracking of in-flight streaming that needs data sending to improve round robbin latency * Better tracking of in-flight streaming that has body to sent for lower latency
### Fixes ### Fixes
* Fix underflow un flow tracking when sending large body * Fix underflow on flow tracking when sending large body
* Fix calling callback multiple times if a stream received multiple RST_STREAM frame * Fix calling callback multiple times if a stream received multiple RST_STREAM frame
## [1.10.0-beta.1] - 2024-06-02 ## [1.10.0-beta.1] - 2024-06-02