[trafficserver] branch master updated (0a40591 -> c75c797)

2021-06-17 Thread bneradt
This is an automated email from the ASF dual-hosted git repository.

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


from 0a40591  Add an HTTP/2 304 "Not Modified" AuTest. (#7882)
 add c75c797  Do not invalidate cached resources upon error responses to 
unsafe methods (#7864)

No new revisions were added by this update.

Summary of changes:
 proxy/hdrs/HTTP.h  |   4 +-
 proxy/http/HttpTransact.cc |  58 +++-
 proxy/http/HttpTransactHeaders.cc  |   8 +
 proxy/http/HttpTransactHeaders.h   |   1 +
 .../gold_tests/cache/cache-request-method.test.py  |  63 
 .../cache/replay/get_then_post.replay.yaml | 226 ++
 .../post_with_post_caching_disabled.replay.yaml| 227 +++
 .../post_with_post_caching_enabled.replay.yaml | 324 +
 8 files changed, 904 insertions(+), 7 deletions(-)
 create mode 100644 tests/gold_tests/cache/cache-request-method.test.py
 create mode 100644 tests/gold_tests/cache/replay/get_then_post.replay.yaml
 create mode 100644 
tests/gold_tests/cache/replay/post_with_post_caching_disabled.replay.yaml
 create mode 100644 
tests/gold_tests/cache/replay/post_with_post_caching_enabled.replay.yaml


[trafficserver] branch master updated (3424f57 -> 0a40591)

2021-06-17 Thread bneradt
This is an automated email from the ASF dual-hosted git repository.

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


from 3424f57  regex_revalidate: optionally retain rule epoch state across 
restarts (#7939)
 add 0a40591  Add an HTTP/2 304 "Not Modified" AuTest. (#7882)

No new revisions were added by this update.

Summary of changes:
 tests/gold_tests/headers/cachedIMSRange.test.py| 59 ++
 .../gold/http1_304.gold}   |  8 +--
 .../gold/http2_304.gold}   |  8 +--
 3 files changed, 57 insertions(+), 18 deletions(-)
 copy tests/gold_tests/{h2/gold/http2_9_stderr.gold => 
headers/gold/http1_304.gold} (54%)
 copy tests/gold_tests/{h2/gold/http2_9_stderr.gold => 
headers/gold/http2_304.gold} (55%)


[trafficserver] branch 9.0.x updated: Updated ChangeLog

2021-06-17 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 987dee0  Updated ChangeLog
987dee0 is described below

commit 987dee0481d3230013d81470e343d5665a748a90
Author: Leif Hedstrom 
AuthorDate: Thu Jun 17 13:08:16 2021 -0600

Updated ChangeLog
---
 CHANGELOG-9.0.2 | 5 +
 1 file changed, 5 insertions(+)

diff --git a/CHANGELOG-9.0.2 b/CHANGELOG-9.0.2
index 8efdff3..33823e6 100644
--- a/CHANGELOG-9.0.2
+++ b/CHANGELOG-9.0.2
@@ -1,4 +1,6 @@
 Changes with Apache Traffic Server 9.0.2
+  #7386 - Clean up producer more regularly
+  #7577 - Fix the final consumer write size from unchunked to chunked tunnel
   #7583 - Rollback LAZY_BUF_ALLOC remove in HttpTunnel
   #7684 - Fix use of -mcx16 flag - only use if it compiles cleanly.
   #7694 - Deny unknown transfer encoding values
@@ -15,3 +17,6 @@ Changes with Apache Traffic Server 9.0.2
   #7805 - Doc: tcpinfo plugin table formatting
   #7825 - Eliminate next dup call using stale mime field mloc in s3_auth 
plugin.
   #7833 - Don't call next next dup on destroyed mime field mloc.
+  #7862 - Do not delete the continuation twice
+  #7889 - Fix crash in open_close_h2 (#7586)
+  #7907 - Add a chunked negative revalidating test.


[trafficserver] branch master updated (e01b5b3 -> 3424f57)

2021-06-17 Thread bnolsen
This is an automated email from the ASF dual-hosted git repository.

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


from e01b5b3  Fixed memory leak in QUIC ack frame unit test (#7947)
 add 3424f57  regex_revalidate: optionally retain rule epoch state across 
restarts (#7939)

No new revisions were added by this update.

Summary of changes:
 doc/admin-guide/plugins/regex_revalidate.en.rst|  20 ++
 plugins/regex_revalidate/regex_revalidate.c| 248 +
 .../regex_revalidate_state.test.py | 131 +++
 3 files changed, 351 insertions(+), 48 deletions(-)
 create mode 100644 
tests/gold_tests/pluginTest/regex_revalidate/regex_revalidate_state.test.py


[trafficserver] branch master updated (d0dda3f -> e01b5b3)

2021-06-17 Thread bcall
This is an automated email from the ASF dual-hosted git repository.

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


from d0dda3f  cache_promote: Don't promote on uncacheable requests (#7942)
 add e01b5b3  Fixed memory leak in QUIC ack frame unit test (#7947)

No new revisions were added by this update.

Summary of changes:
 iocore/net/quic/test/test_QUICAckFrameCreator.cc | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)