This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 5986624ff0 Rename VOL macros to STRIPE (#10755)
add 341e99c50f proxy.config.net.per_client.max_connections_in (#10688)
No new revisions were added by this update.
Summary of changes:
doc/admin-guide/files/records.yaml.en.rst | 19 ++
include/iocore/net/ConnectionTracker.h | 150 ++++++-------
include/iocore/net/NetHandler.h | 2 +
include/proxy/PoolableSession.h | 23 +-
src/iocore/net/ConnectionTracker.cc | 146 ++++++++++---
src/iocore/net/Net.cc | 5 +-
src/iocore/net/NetHandler.cc | 18 ++
src/iocore/net/P_Net.h | 2 +
src/iocore/net/P_UnixNetVConnection.h | 21 +-
src/iocore/net/SSLNetVConnection.cc | 1 +
src/iocore/net/UnixNetAccept.cc | 50 +++++
src/iocore/net/UnixNetVConnection.cc | 23 ++
src/proxy/http/HttpProxyServerMain.cc | 2 +-
src/records/RecordsConfig.cc | 4 +
.../http2_slow_origins.replay.yaml | 237 +++++++++++++++++++++
.../http_slow_origins.replay.yaml} | 58 ++++-
.../https_slow_origins.replay.yaml} | 165 ++++++++++----
.../per_client_connection_max.test.py | 219 +++++++++++++++++++
18 files changed, 963 insertions(+), 182 deletions(-)
create mode 100644
tests/gold_tests/client_connection/http2_slow_origins.replay.yaml
copy tests/gold_tests/{origin_connection/slow_servers.replay.yaml =>
client_connection/http_slow_origins.replay.yaml} (72%)
copy tests/gold_tests/{origin_connection/slow_servers.replay.yaml =>
client_connection/https_slow_origins.replay.yaml} (50%)
create mode 100644
tests/gold_tests/client_connection/per_client_connection_max.test.py