You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2019/07/03 02:00:01 UTC

[trafficserver] branch quic-latest updated (19e6fa4 -> 722e7aa)

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 19e6fa4  Add QUICPathManager
     add 545a7a9  Fix options processing for ja3_fingerprint plugin
     add 0fb0657  This fixes issue #5642.  When the number of connections to a parent proxy exceeds proxy.config.http.per_server.connection.max a state machine loop will occur when using parent selection to select a parent for redundancy and/or load balancing.
     add e3d5bcd  Convert HdrHeap regression test into unit test using Catch
     add d2e6a9e  Add ats_unique_buf
     add 9f612ff  Added end pointer to ink_atoi64 and used when parsing cache size
     add a4d913a  Combohandler: Set response as private if one of the origin responses is private
     add 722e7aa  Merge branch 'master' into quic-latest

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   1 +
 doc/admin-guide/plugins/combo_handler.en.rst       |   4 +-
 include/tscore/ParseRules.h                        |   2 +-
 iocore/cache/Store.cc                              |   3 +-
 plugins/esi/README.combo                           |   4 +-
 plugins/esi/combo_handler.cc                       |  11 +-
 .../ja3_fingerprint/ja3_fingerprint.cc             |   3 +-
 proxy/hdrs/HdrHeap.cc                              | 100 ----------
 proxy/hdrs/Makefile.am                             |  26 ++-
 proxy/hdrs/unit_tests/test_HdrHeap.cc              | 132 +++++++++++++
 proxy/http/HttpSM.cc                               |   9 +-
 proxy/http/HttpTransact.cc                         | 216 +++++++++++----------
 src/tscore/Makefile.am                             |   1 +
 src/tscore/ParseRules.cc                           |  11 +-
 src/tscore/unit_tests/test_ParseRules.cc           |  93 +++++++++
 .../gold_tests/autest-site/min_cfg/storage.config  |   2 +-
 16 files changed, 393 insertions(+), 225 deletions(-)
 create mode 100644 proxy/hdrs/unit_tests/test_HdrHeap.cc
 create mode 100644 src/tscore/unit_tests/test_ParseRules.cc