This is an automated email from the ASF dual-hosted git repository.

cmcfarlen pushed a change to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


    from ccdfc36f1f Add a setting to choose the data source of IP address for 
ACL (#12293) (#12303)
     new a701c6d5f1 per_server_connection_max.test.py: Process fixes (#12314)
     new 6b9c00d1d5 Support CLIENT_HELLO split across multiple packets (#12290)
     new b3523604d6 Update url_m_loc variable to the newly generated one in 
set-destination (#12278)
     new f085cb1c39 Add the cqssg log field for TLS group name logging (#12261)
     new 886bca75c5 HTTP/2: Wait END_STREAM flag on half-closed(local) stream 
state (#12257)

The 5 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:
 CMakeLists.txt                                     |   3 +
 doc/admin-guide/logging/formatting.en.rst          |   7 +-
 include/iocore/net/TLSBasicSupport.h               |   1 +
 include/proxy/http/HttpUserAgent.h                 |  15 ++
 include/proxy/logging/LogAccess.h                  |   1 +
 include/tscore/ink_config.h.cmake.in               |   3 +
 plugins/header_rewrite/operators.cc                |   4 +-
 src/iocore/net/P_SSLNetVConnection.h               |  80 +++++++--
 src/iocore/net/SSLNetVConnection.cc                | 185 ++++++++++++---------
 src/iocore/net/TLSBasicSupport.cc                  |  21 +++
 src/proxy/http2/Http2ConnectionState.cc            |  23 ++-
 src/proxy/http2/Http2Stream.cc                     |  21 ++-
 src/proxy/logging/Log.cc                           |   5 +
 src/proxy/logging/LogAccess.cc                     |  13 ++
 .../{h2client.py => clients/h2empty_data_frame.py} |  74 +++------
 tests/gold_tests/h2/http2_empty_data_frame.test.py |  71 ++++++++
 .../per_server_connection_max.test.py              |  16 +-
 tests/gold_tests/tls/gold/tls-tunnel-metrics.gold  |  12 +-
 tests/gold_tests/tls/receive_split_client_hello.py | 129 ++++++++++++++
 tests/gold_tests/tls/split_client_hello.py         | 181 ++++++++++++++++++++
 tests/gold_tests/tls/tls_tunnel.test.py            |  68 ++++++--
 21 files changed, 760 insertions(+), 173 deletions(-)
 copy tests/gold_tests/h2/{h2client.py => clients/h2empty_data_frame.py} (56%)
 create mode 100644 tests/gold_tests/h2/http2_empty_data_frame.test.py
 create mode 100644 tests/gold_tests/tls/receive_split_client_hello.py
 create mode 100644 tests/gold_tests/tls/split_client_hello.py

Reply via email to