From 88bf6f7fcb274512fb5972e8fd629fbebe0b27c5 Mon Sep 17 00:00:00 2001 From: Martin Chang Date: Tue, 18 Jun 2024 14:38:36 +0800 Subject: [PATCH] Update ChangeLog.md --- ChangeLog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 15902f67..8acc8057 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -9,11 +9,11 @@ All notable changes to this project will be documented in this file. ### Changes * 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 -* 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 ## [1.10.0-beta.1] - 2024-06-02