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 d60d43658e Another attempt to keep plugin DSOs in place (#12596)
new 4637c026cd remap_reload.test.py: fix override warnings (#12640)
new 44022bcd29 autest: --thread-limit 1 by default for Proxy Verifier
(#12649)
new bf7d9f9486 Store Proxy Verifier in .git (#12664)
new 11a7a774b0 Add documentation for graceful shutdown (#12666)
new f509421eb1 cleanup ProxyProtocol and prevent memory leak (#12680)
The 5 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:
CMakeLists.txt | 5 +
cmake/proxy-verifier.cmake | 10 +-
doc/admin-guide/graceful-shutdown.en.rst | 173 ++++++++++++
doc/admin-guide/index.en.rst | 1 +
doc/appendices/command-line/traffic_ctl.en.rst | 55 +++-
doc/developer-guide/jsonrpc/jsonrpc-api.en.rst | 4 +-
include/iocore/net/ProxyProtocol.h | 58 ++++-
include/proxy/http/HttpTransact.h | 4 +
src/iocore/net/ProxyProtocol.cc | 9 +-
src/iocore/net/unit_tests/test_ProxyProtocol.cc | 290 +++++++++++++++++++++
tests/CMakeLists.txt | 8 +-
.../autest-site/verifier_client.test.ext | 30 ++-
tests/gold_tests/cache/background_fill.test.py | 3 +-
tests/gold_tests/cache/cache-auth.test.py | 6 +-
tests/gold_tests/cache/cache-control.test.py | 20 +-
tests/gold_tests/cache/cache-cookie.test.py | 25 +-
.../chunked_encoding/bad_chunked_encoding.test.py | 12 +-
.../per_client_connection_max.test.py | 6 +-
tests/gold_tests/connect/connect.test.py | 6 +-
tests/gold_tests/h2/h2get_with_body.test.py | 6 +-
tests/gold_tests/h2/http2_close_connection.test.py | 6 +-
.../headers/invalid_range_header.test.py | 3 +-
.../access_control/access_control.test.py | 6 +-
.../pluginTest/certifier/certifier.test.py | 12 +-
.../pluginTest/compress/compress-range.test.py | 3 +-
.../ja3_fingerprint/ja3_fingerprint.test.py | 6 +-
.../stale_response/stale_response.test.py | 3 +-
.../pluginTest/statichit/statichit.test.py | 2 +-
.../pluginTest/traffic_dump/traffic_dump.test.py | 3 +-
.../traffic_dump/traffic_dump_http3.test.py | 6 +-
.../traffic_dump_response_body.test.py | 3 +-
.../transform/transaction_data_sink.test.py | 6 +-
.../proxy_protocol/proxy_protocol.test.py | 6 +-
tests/gold_tests/remap/remap_reload.test.py | 42 ++-
tests/gold_tests/url/uri.test.py | 2 +-
35 files changed, 681 insertions(+), 159 deletions(-)
create mode 100644 doc/admin-guide/graceful-shutdown.en.rst