You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bn...@apache.org on 2022/08/15 23:22:30 UTC

[trafficserver] branch master updated (c6ec02f26 -> 47f2db1c7)

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 c6ec02f26 Removes unused ProtectedQueue::remove(Event *e) (#9020)
     add 47f2db1c7 fix: properly process If-Range headers in client requests (#8741)

No new revisions were added by this update.

Summary of changes:
 proxy/http/HttpTransact.cc                         |  18 +-
 proxy/http/HttpTransactCache.cc                    |  87 ++++----
 proxy/http/HttpTransactCache.h                     |   2 +
 tests/gold_tests/headers/gold/range-200.gold       |  11 +
 .../headers/gold/range-206-revalidated.gold        |  12 ++
 tests/gold_tests/headers/gold/range-206.gold       |  12 ++
 .../http-204.gold => headers/gold/range-416.gold}  |   4 +-
 tests/gold_tests/headers/range.test.py             | 229 +++++++++++++++++++++
 8 files changed, 327 insertions(+), 48 deletions(-)
 create mode 100644 tests/gold_tests/headers/gold/range-200.gold
 create mode 100644 tests/gold_tests/headers/gold/range-206-revalidated.gold
 create mode 100644 tests/gold_tests/headers/gold/range-206.gold
 copy tests/gold_tests/{body_factory/gold/http-204.gold => headers/gold/range-416.gold} (59%)
 create mode 100644 tests/gold_tests/headers/range.test.py