This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 8.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/8.1.x by this push:
new f5b5609 Updated ChangeLog
f5b5609 is described below
commit f5b560936fb09357cdb3174208f95533e765ca36
Author: Leif Hedstrom <[email protected]>
AuthorDate: Thu May 14 17:20:01 2020 -0600
Updated ChangeLog
---
CHANGELOG-8.1.0 | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/CHANGELOG-8.1.0 b/CHANGELOG-8.1.0
index dbbc6e8..c756095 100644
--- a/CHANGELOG-8.1.0
+++ b/CHANGELOG-8.1.0
@@ -1,5 +1,6 @@
Changes with Apache Traffic Server 8.1.0
#3899 - Add a --reason tag option to the host subcommand
+ #3943 - Handle response parsing case where EOF happens before any data
arrives.
#4028 - proxy.config.http.connect_attempts_timeout tracks TTBF instead of
connect
#4055 - Remove ignore_keep_alive method entirely
#4164 - Reset the inactivity timeout when reusing connections
@@ -128,6 +129,7 @@ Changes with Apache Traffic Server 8.1.0
#6328 - Document the order of the X-Cache header
#6332 - Fixes Issue #6321 caused when
proxy.config.http.no_dns_just_forward_to_parent
#6337 - Perf: Optimize sending HTTP/2 frame
+ #6340 - Add header rewrite test to make sure we are not injecting end of
rule char
#6343 - Fixes an assertion failure when
proxy.config.http.no_dns_just_forward_to_parent is enabled
#6346 - Fix heap-use-after-free on Http2Stream::destroy()
#6348 - Add virtual destructors for Http2TxFrame, Http2FrequencyCounter
@@ -159,6 +161,7 @@ Changes with Apache Traffic Server 8.1.0
#6582 - Fix strict round robin cur_index increment
#6584 - Backport of all uri signing commits from master to 8.1.x
#6585 - url_sig: fix memory leak with urlParse and pristine flag (8.1.x)
+ #6589 - Fix crash when following redirect
#6593 - Back port of slice plugin to 8.1.x
#6594 - Remove extra new line detection in 303 gold file
#6595 - Fix httpbin autest for 8.1.x
@@ -181,4 +184,8 @@ Changes with Apache Traffic Server 8.1.0
#6685 - 8.1.x backport cache_range_requests autests: remove last-modified
#6688 - Fixes minor memory leak in configure_net
#6692 - Fix deprecated-copy warning in cache tool
+ #6708 - Adding logging fields for collapsed forwarding metrics
#6729 - Fix a bug that current_active_client_connections doesn't decrease
+ #6750 - backports parent.config ignore_self_detect flag to 8.1.x
+ #6756 - Correct `schedule_every_local` to schedule locally
+ #6779 - 8.1.x backport: header_rewrite: this fixes parsing where the [ ]
section gets merged into values