You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sh...@apache.org on 2021/04/06 16:24:15 UTC

[trafficserver] branch master updated (8c41978 -> 23c0f1a)

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

shinrich pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 8c41978  Add close header normalize openclose test (#7679)
     add 23c0f1a  Refine connection failure logging and messages and eliminate suprious connection errors (#7580)

No new revisions were added by this update.

Summary of changes:
 proxy/http/HttpSM.cc                               | 60 ++++++++++++++---
 proxy/http/HttpTransact.cc                         | 76 ++++++++++++----------
 proxy/http/HttpTransact.h                          | 20 ++++--
 proxy/http/HttpTunnel.cc                           |  4 ++
 src/traffic_cache_tool/Makefile.inc                |  1 +
 src/tscore/BufferWriterFormat.cc                   |  9 ++-
 .../gold_tests/pluginTest/xdebug/x_remap/out.gold  |  2 +-
 tests/gold_tests/redirect/redirect_actions.test.py |  2 +-
 tests/gold_tests/timeout/tls_conn_timeout.test.py  |  4 +-
 9 files changed, 121 insertions(+), 57 deletions(-)