This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a change to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 1e86b6021d Fix incorrect metric for agg_copy bytes written (#11508)
(#11532)
new f2da20fbd8 Tools: JSON-RPC - Change the Unix Domain Socket client to
retry and wait when connection to the server. (#11523)
new e99f2b1c93 Fix for imagemagick 7 (#11528)
new de3690c420 CID-1550426: Uninitialized scalar variable Fix. (#11531)
new 7468a3a964 Proxy Verifier: Update to version v2.12.0 (#11534)
new a4165130ee Http/2: Fix a crash with empty bodied Expect: 100-continue
(#11536)
new 151e6fa5c5 JSONRPC Client - Fix OSX/FreeBSD write socket issue.
(#11537)
new 696527bb25 Fix Japanese translation Sphinx docs warnings (#11539)
new f029bf1bb7 Send EOS event when QUIC connection becomes draining state
(#11317)
The 8 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 | 4 +-
.../admin-guide/configuration/cache-basics.en.po | 4 +-
.../configuration/redirecting-http-requests.en.po | 4 +-
.../admin-guide/configuring-traffic-server.en.po | 2 +-
.../admin-guide/files/storage.config.en.po | 2 +-
.../ja/LC_MESSAGES/admin-guide/storage/index.en.po | 6 +-
doc/locale/ja/LC_MESSAGES/appendices/faq.en.po | 8 +-
.../ja/LC_MESSAGES/appendices/glossary.en.po | 2 +-
.../plugins/continuations/index.en.po | 2 +-
.../plugins/hooks-and-transactions/index.en.po | 2 +-
include/proxy/http/HttpSM.h | 7 ++
include/shared/rpc/IPCSocketClient.h | 5 +-
include/shared/rpc/RPCClient.h | 2 +-
plugins/experimental/magick/magick.cc | 2 +-
src/iocore/net/P_QUICNetVConnection.h | 2 +
src/iocore/net/QUICNetVConnection.cc | 63 +++++++++-------
src/iocore/net/UnixUDPNet.cc | 1 +
src/mgmt/rpc/server/unit_tests/test_rpcserver.cc | 3 +-
src/proxy/http/HttpSM.cc | 5 ++
src/shared/rpc/IPCSocketClient.cc | 85 ++++++++++++++++++----
.../expect_100_continue.yaml} | 43 +++++++----
.../h2/gold/http-request-method-metrics.gold | 2 +-
tests/gold_tests/h2/h2origin.test.py | 13 +++-
tests/prepare_proxy_verifier.sh | 2 +-
tests/proxy-verifier-version.txt | 2 +-
25 files changed, 193 insertions(+), 80 deletions(-)
copy tests/gold_tests/{proxy_protocol/replay/proxy_protocol_out.replay.yaml =>
h2/expect_100_continue.yaml} (54%)