This is an automated email from the ASF dual-hosted git repository. cmcfarlen pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 65b2751434 [compress] Fix compressible-status-code config (#12116) new b65f3b5657 Cleanup: Remove unused args from open_read and open_write (#12181) new 99f35be134 Make chunk size parsing more strict (#12187) new e2479feb77 Remove unused VIO.op values (#12186) new 98cc9f1cc4 Reset HttpCacheSM on following redirect (#12182) The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: include/iocore/cache/Cache.h | 6 +-- include/iocore/eventsystem/VIO.h | 19 --------- include/iocore/net/NetVConnection.h | 9 ++--- include/proxy/http/HttpCacheSM.h | 7 ++++ src/iocore/cache/Cache.cc | 4 +- src/iocore/cache/CacheProcessor.cc | 9 ++--- src/iocore/cache/P_CacheInternal.h | 3 +- src/iocore/cache/unit_tests/main.cc | 2 +- src/proxy/http/HttpCacheSM.cc | 30 +++++++++++--- src/proxy/http/HttpSM.cc | 3 ++ src/proxy/http/HttpTunnel.cc | 7 ++-- .../replays/malformed_chunked_header.replay.yaml | 46 ++++++++++++++++++++++ 12 files changed, 98 insertions(+), 47 deletions(-)