You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2021/10/27 21:01:35 UTC

[trafficserver] branch 9.1.x updated: Updated ChangeLog

This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch 9.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.1.x by this push:
     new db23ffd  Updated ChangeLog
db23ffd is described below

commit db23ffde281dc739d9f3b90bc8eb26aa7d363b6a
Author: Bryan Call <bc...@apache.org>
AuthorDate: Wed Oct 27 13:56:09 2021 -0700

    Updated ChangeLog
---
 CHANGELOG-9.1.1 | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/CHANGELOG-9.1.1 b/CHANGELOG-9.1.1
index 9bcdd5a..a016c2a 100644
--- a/CHANGELOG-9.1.1
+++ b/CHANGELOG-9.1.1
@@ -24,3 +24,10 @@ Changes with Apache Traffic Server 9.1.1
   #8315 - doc: Fixes curl syntax for PUSH example
   #8349 - Fix yamlcpp include folder by using the YAMLCPP_INCLUDE variable (#8319)
   #8352 - change MemArena::make test to remove memory leak
+  #8370 - Traffic Dump: update json-schema for new tuple requirements
+  #8419 - Fix a potential H2 stall issue (#8381)
+  #8451 - Reject Transfer-Encoding in pre-HTTP/1.1 requests
+  #8452 - Detect and handle chunk header size truncation
+  #8453 - Ignore ECONNABORTED on blocking accept
+  #8455 - Fix output '\n' HTTP field line endings
+  #8465 - Add some checking to validate the scheme matches the wire protocol.