This is an automated email from the ASF dual-hosted git repository.
bcall pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from cf3d098 Merge pull request #6268 from
shinrich/add_h2_chunked_encoding_test
add c3590f1 Add new log field to output server name sent by client in TLS
handshake.
No new revisions were added by this update.
Summary of changes:
doc/admin-guide/logging/formatting.en.rst | 5 ++++
iocore/net/P_SSLNetVConnection.h | 3 ++
proxy/Makefile.am | 3 ++
proxy/ProxySession.cc | 13 +++++++++
proxy/ProxySession.h | 18 ++++++++++++
proxy/http/Http1ClientSession.cc | 2 ++
proxy/http2/Http2ClientSession.cc | 2 ++
proxy/logging/Log.cc | 5 ++++
proxy/logging/LogAccess.cc | 32 ++++++++++++++++++++++
proxy/logging/LogAccess.h | 1 +
.../cache_promote => proxy/private}/Makefile.inc | 8 ++++--
.../private/SSLProxySession.cc | 31 ++++++++++-----------
.../SSLProxySession.h} | 31 ++++++++++++---------
.../{ccid_ctid.test.py => new_log_flds.test.py} | 27 +++++++++++++-----
...d_ctid_observer.py => new_log_flds_observer.py} | 17 +++++++++---
15 files changed, 154 insertions(+), 44 deletions(-)
copy {plugins/cache_promote => proxy/private}/Makefile.inc (82%)
copy iocore/net/SSLNetAccept.cc => proxy/private/SSLProxySession.cc (69%)
copy proxy/{logging/YamlLogConfigDecoders.h => private/SSLProxySession.h} (67%)
rename tests/gold_tests/logging/{ccid_ctid.test.py => new_log_flds.test.py}
(77%)
rename tests/gold_tests/logging/{ccid_ctid_observer.py =>
new_log_flds_observer.py} (76%)