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

maskit pushed a change to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from e4ac336  traffic_quic: Add an option to specify a server name for SNI
     add b3aa922  Update unit tests
     add 2de1c35  URI Sig Null Check for Clang Warning (#6419)
     add c154d40  Syntax Error fixed in URI sig Plugin (#6420)
     add 7e138b3  Doc: Add link from proxy.config.proxy_binary_opts to 
traffic_server options. Document the traffic_server -m, -M options, sort the 
options a bit better.
     add c0d29f3  Cleanup RamCacheCLFUS
     add a96d0b2  Set default encoding UTF-8 for AuTest on Linux
     add 6babe49  Replace python with python3 in AuTest
     add a71a815  Export headers for internal YAML-CPP library. This allows 
plugins to use the library in the same way and version as the TS core.
     add aa903d9  Fixed encoding test to work with OpenSSL 1.0.2
     add 0f1f028  Reset captive_action.cancelled during open read retry to 
prevent assert
     add a558db5  Disable the chunked_encoding test
     add 87e7906  Another option to fix potential HTTP/2 vio stall
     add 4f84c27  Cleaned up ssl-port
     add ac5b1a5  Cleaned up smuggle-client
     add a10526d  Move log line length configuration to records.config docs.
     add 2df57f9  Avoid a weird name collision between HRW and tscore (#6446)
     add 19a8ac9  Revert "Disable the chunked_encoding test"
     add 36e1dc4  Remove documentation for removed TSIOBufferReader API 
functions.
     add bacb820  Traffic Dump: fix client request target parsing
     add e2a3e29  SSL: Introduce proxy.config.ssl.server.prioritize_chacha
     add 68be51a  Merge branch 'master' into quic-latest

No new revisions were added by this update.

Summary of changes:
 ci/jenkins/bin/autest.sh                           |  11 +
 doc/admin-guide/files/records.config.en.rst        |  46 +++-
 doc/admin-guide/logging/formatting.en.rst          |  35 +--
 doc/appendices/command-line/traffic_server.en.rst  |  80 +++---
 .../api/functions/TSIOBufferReader.en.rst          |  32 ---
 iocore/cache/P_RamCache.h                          |   4 +-
 iocore/cache/RamCacheCLFUS.cc                      | 294 +++++++++++----------
 iocore/net/SSLConfig.cc                            |   7 +
 iocore/net/quic/Mock.h                             |   5 +
 iocore/net/quic/test/test_QUICPacketFactory.cc     |   2 +-
 lib/Makefile.am                                    |   3 +
 lib/yamlcpp/Makefile.am                            |  17 +-
 mgmt/RecordsConfig.cc                              |   2 +
 plugins/experimental/traffic_dump/traffic_dump.cc  |  81 ++++--
 plugins/experimental/uri_signing/normalize.c       |   2 +-
 plugins/header_rewrite/header_rewrite_test.cc      |   4 +-
 plugins/header_rewrite/parser.cc                   |   2 +-
 plugins/header_rewrite/parser.h                    |   8 +-
 plugins/header_rewrite/value.cc                    |   2 +-
 proxy/http/HttpCacheSM.cc                          |   2 +
 proxy/http2/Http2Stream.cc                         |  69 +++--
 proxy/http2/Http2Stream.h                          |   4 +-
 tests/gold_tests/basic/deny0.test.py               |   2 +-
 .../body_factory/http204_response.test.py          |   4 +-
 .../body_factory/http204_response_plugin.test.py   |   2 +-
 .../body_factory/http304_response.test.py          |   2 +-
 .../body_factory/http_head_no_origin.test.py       |   2 +-
 .../body_factory/http_with_origin.test.py          |   6 +-
 tests/gold_tests/chunked_encoding/smuggle-client.c |  24 +-
 tests/gold_tests/h2/httpbin.test.py                |   2 +-
 .../headers/domain-blacklist-30x.test.py           |  12 +-
 .../headers/general-connection-failure-502.test.py |   2 +-
 tests/gold_tests/headers/http408.test.py           |   2 +-
 tests/gold_tests/logging/all_headers.test.py       |   2 +-
 tests/gold_tests/logging/new_log_flds.test.py      |   2 +-
 .../pluginTest/combo_handler/combo_handler.test.py |   2 +-
 .../gold/{200.gold => explicit_target.gold}        |   6 +-
 .../pluginTest/traffic_dump/traffic_dump.test.py   |  51 +++-
 .../pluginTest/traffic_dump/verify_replay.py       |  18 ++
 .../pluginTest/xdebug/x_remap/x_remap.test.py      |   2 +-
 tests/gold_tests/redirect/redirect.test.py         |   8 +-
 tests/gold_tests/redirect/redirect_actions.test.py |   2 +-
 tests/gold_tests/tls/ssl-post.c                    |  12 +-
 43 files changed, 514 insertions(+), 363 deletions(-)
 copy tests/gold_tests/pluginTest/traffic_dump/gold/{200.gold => 
explicit_target.gold} (53%)

Reply via email to