This is an automated email from the ASF dual-hosted git repository.
sorber pushed a change to branch 6.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from 84ed18d Drain the request body if there is a cache hit. Only drain
if the request body has a Content-Length and all the bytes are in the buffer.
Otherwise, close the connection after the response.
new 92d93d2 Adds a new configuration proxy.config.http.allow_multi_range
new fe2498d Disables the support for multi-range request by default
The 2 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/files/records.config.en.rst | 16 +++++++
.../api/functions/TSHttpOverridableConfig.en.rst | 1 +
.../api/types/TSOverridableConfigKey.en.rst | 2 +
lib/ts/apidefs.h.in | 1 +
mgmt/RecordsConfig.cc | 2 +
plugins/experimental/ts_lua/ts_lua_http_config.c | 2 +
proxy/InkAPI.cc | 5 +++
proxy/InkAPITest.cc | 1 +
proxy/http/HttpConfig.cc | 2 +
proxy/http/HttpConfig.h | 2 +
proxy/http/HttpSM.cc | 49 ++++++++++++++++------
11 files changed, 71 insertions(+), 12 deletions(-)