This is an automated email from the ASF dual-hosted git repository.
jacksontj pushed a change to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git.
from 764749b Merge pull request #569 from bgaff/TS-4340
adds 9a14797 TS-4340: Fix origin max connections
adds 84e29a4 TS-4340 Add tests for per-origin connection limits
adds 38aa266 TS-4341 add `origin_max_connections_queue`
adds faf06b3 TS-4341 Document origin_max_connections_queue
adds fa1bb29 TS-4342 Add tests for queued/max connections in addition
to base tests
adds 600a98e Test for queue leaking in the CLIENT_ABORT case
new 972bd4d Merge pull request #564 from jacksontj/TS-4341
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ci/tsqa/tests/test_origin_max_connections.py | 213 +++++++++++++++++++++++
doc/admin-guide/files/records.config.en.rst | 9 +
lib/ts/apidefs.h.in | 1 +
mgmt/RecordsConfig.cc | 2 +
plugins/experimental/ts_lua/ts_lua_http_config.c | 5 +-
proxy/InkAPI.cc | 6 +
proxy/http/HttpConfig.cc | 8 +
proxy/http/HttpConfig.h | 3 +-
proxy/http/HttpConnectionCount.cc | 1 +
proxy/http/HttpConnectionCount.h | 19 +-
proxy/http/HttpSM.cc | 37 +++-
proxy/http/HttpTransact.h | 5 +-
12 files changed, 304 insertions(+), 5 deletions(-)
create mode 100644 ci/tsqa/tests/test_origin_max_connections.py
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].