This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a change to branch 9.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from a7d12a2 Fix simple remapping in regex_remap plugin. (#7718)
new da64015 Remove unused variable is_revalidation_necessary (#7747)
new 4cc21a5 Add sqpv log field for server protocol (#7680)
new 95ceb49 Clean up HTTP version processing (#7766)
new 5af03d6 Make when_to_revalidate setting available on HTTPS (#7753)
The 4 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/logging/formatting.en.rst | 1 +
include/tscore/HTTPVersion.h | 152 ++++++++++++++++++++++++++++++
iocore/hostdb/I_HostDBProcessor.h | 14 +--
proxy/hdrs/HTTP.cc | 39 ++++----
proxy/hdrs/HTTP.h | 138 ++-------------------------
proxy/http/HttpSM.cc | 34 +++----
proxy/http/HttpSM.h | 1 +
proxy/http/HttpTransact.cc | 133 ++++++++++----------------
proxy/http/HttpTransact.h | 7 +-
proxy/http/HttpTransactHeaders.cc | 3 +-
proxy/logging/Log.cc | 5 +
proxy/logging/LogAccess.cc | 57 ++++++++---
proxy/logging/LogAccess.h | 1 +
src/traffic_server/InkAPI.cc | 4 +-
14 files changed, 308 insertions(+), 281 deletions(-)
create mode 100644 include/tscore/HTTPVersion.h