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 408303e Cleanup SSLUtils (#8007)
add b490219 Do not invalidate cached resources upon error responses to
unsafe methods (#7999)
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 +++++++++++++++++++++
tests/gold_tests/pluginTest/esi/esi.test.py | 10 +-
9 files changed, 912 insertions(+), 9 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