[trafficserver] branch master updated (9ab53fe -> 82cbc53)

2020-06-30 Thread rrm
This is an automated email from the ASF dual-hosted git repository.

rrm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


from 9ab53fe  Cleanup: Simplify Http2Stream::update_write_request() (#6962)
 add 82cbc53  Make the log_pipe test more efficient. (#6966)

No new revisions were added by this update.

Summary of changes:
 tests/gold_tests/logging/log_pipe.test.py | 41 +++
 1 file changed, 25 insertions(+), 16 deletions(-)



[trafficserver] branch 9.0.x updated: Updated ChangeLog

2020-06-30 Thread zwoop
This is an automated email from the ASF dual-hosted git repository.

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


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

commit 0e0097a8b3a3edcc3f11be580e1b583f0684b4cd
Author: Leif Hedstrom 
AuthorDate: Tue Jun 30 12:38:01 2020 -0600

Updated ChangeLog
---
 CHANGELOG-9.0.0 | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG-9.0.0 b/CHANGELOG-9.0.0
index 9ac68dc..a66ad35 100644
--- a/CHANGELOG-9.0.0
+++ b/CHANGELOG-9.0.0
@@ -803,7 +803,6 @@ Changes with Apache Traffic Server 9.0.0
   #6359 - Cleanup: Remove unused accessors of HttpVCTableEntry
   #6362 - Change localtime/gmtime usages to use the threadsafe versions with 
local storage
   #6363 - Removing always true/false comparisons
-  #6364 - Fix rare SSN/TXN Start/Close Hook misorderings
   #6369 - Improve config_describe logs to print a better output format.
   #6370 - Change default matching for connection value from ip to both
   #6371 - Fixing shadowed variables, both global and local
@@ -931,6 +930,7 @@ Changes with Apache Traffic Server 9.0.0
   #6759 - Promote netvc to ProxySession
   #6760 - Do not fail multicert load if line does not create entry
   #6768 - clang-analyzer: Fix dead nested assignment issues
+  #6769 - ip_resolve - Make config variable overridable
   #6770 - Weird characters in debug message
   #6772 - Ensure inactivity timeout is not set when passed in timeout value is 0
   #6774 - Fixed `AddressSanitizer: odr-violation`
@@ -966,6 +966,7 @@ Changes with Apache Traffic Server 9.0.0
   #6866 - Protect against nullptr access during SSL Callback
   #6868 - avoid dynamic_cast for non_internal requests
   #6872 - Track thread changes during origin connect and cache open write
+  #6873 - Metrics for origin close
   #6884 - microserver error handling: SSLError check and debug.
   #6891 - Make h2spec test more resiliant by extending timeout
   #6892 - Fix compiler issue with ICC 19.1
@@ -981,3 +982,10 @@ Changes with Apache Traffic Server 9.0.0
   #6923 - Fixed bug in the calculation of the header block fragment length
   #6925 - Prevent stale netvc access on SSL Callbacks
   #6929 - build: Require OCSP headers for OCSP-enablement
+  #6933 - Load combined file with bogus key path
+  #6937 - Prevent use-after-free of TransactionPlugin
+  #6940 - plugins: Move to blocklists and allowlists
+  #6941 - Move to blocklists and allowlists
+  #6942 - Remove dup code in QUICMultiCertConfigLoader
+  #6949 - Set the default thread count factor to 1x the number of logical cores
+  #6950 - Prevent buffer overflow during log filter actions



[trafficserver] branch 8.1.x updated: Updated ChangeLog

2020-06-30 Thread zwoop
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 dfacc6c  Updated ChangeLog
dfacc6c is described below

commit dfacc6c4bbd3fcb2c31ae3dda591bcca70338a99
Author: Leif Hedstrom 
AuthorDate: Tue Jun 30 12:31:36 2020 -0600

Updated ChangeLog
---
 CHANGELOG-8.1.0 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG-8.1.0 b/CHANGELOG-8.1.0
index bc4fa89..02eb167 100644
--- a/CHANGELOG-8.1.0
+++ b/CHANGELOG-8.1.0
@@ -198,6 +198,7 @@ Changes with Apache Traffic Server 8.1.0
   #6786 - HPACK: send back an error to the client when the index is invalid
   #6802 - 8.1.x backport code and documentation for lua states configuration 
and stats printing
   #6825 - Clear handling tracked events of Http2Stream
+  #6841 - Retry read when fastopen_bread() get non fatal error
   #6848 - 8.1.x: cache_range_request: Overhaul and clean up the core autest.
   #6854 - Fix pointer overflow in XPACK
   #6862 - Fix brotli plugin