This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from 34f29ab Updated ChangeLog
new 69944c4 Make reloading client certificate configuration more reliable
(#7313)
new 7017450 Set thread mutex to the DNSHandler mutex of SplitDNS (#7321)
new 7bf2449 s3_auth: demote noisy errors around configuration that
doesn't affect plugin usability (#7306)
new c0ae43c Get appropriate locks on SSN_START hook delays (#7295)
new 4b7e635 Fix vc close migration race condition (#7337)
new 3db80ca Fix lookup split dns rule with fast path (#7320)
new a29ba2a Add note to background fetch about include/exclude (#7343)
The 7 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:
doc/admin-guide/plugins/background_fetch.en.rst | 10 ++++
iocore/dns/DNS.cc | 1 +
iocore/dns/P_SplitDNSProcessor.h | 8 ++--
iocore/dns/SplitDNS.cc | 24 ++++------
iocore/net/Makefile.am | 2 +
.../I_Tasks.h => net/P_SSLClientCoordinator.h} | 20 ++++----
iocore/net/SSLClientCoordinator.cc | 54 ++++++++++++++++++++++
iocore/net/SSLConfig.cc | 10 ++--
iocore/net/SSLNetProcessor.cc | 5 +-
iocore/net/SSLSNIConfig.cc | 5 +-
iocore/net/UnixNetVConnection.cc | 17 +++----
plugins/s3_auth/s3_auth.cc | 8 ++--
proxy/http/HttpSessionAccept.cc | 2 +
proxy/http2/Http2SessionAccept.cc | 3 ++
src/traffic_server/InkAPI.cc | 36 ++++++++++++---
.../test_hooks/{hook_add.gold => ssn_delay.gold} | 1 +
...ok_add.test.py => ssn_start_delay_hook.test.py} | 6 +--
tests/gold_tests/tls/gold/proxycert-accesslog.gold | 4 ++
tests/gold_tests/tls/tls_client_cert.test.py | 2 +-
tests/tools/plugins/hook_add_plugin.cc | 35 ++++++++++----
20 files changed, 178 insertions(+), 75 deletions(-)
copy iocore/{eventsystem/I_Tasks.h => net/P_SSLClientCoordinator.h} (71%)
create mode 100644 iocore/net/SSLClientCoordinator.cc
copy tests/gold_tests/pluginTest/test_hooks/{hook_add.gold => ssn_delay.gold}
(86%)
copy tests/gold_tests/pluginTest/test_hooks/{hook_add.test.py =>
ssn_start_delay_hook.test.py} (93%)