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

Reply via email to