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 3a3e05052b Fix crash in HttpSM::tunnel_handler on unhandled VC events 
(#12959)
     new 2d5cb1cc63 Fix retry logic for TSHttpTxnServerAddrSet (issue #12611) 
(#12733)
     new 61bfc8480c Fix cache retry assert on ServerAddrSet (#12972)

The 2 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:
 .../api/functions/TSHttpTxnServerAddrSet.en.rst    |   8 +-
 include/proxy/http/HttpTransact.h                  |   1 +
 src/proxy/http/HttpTransact.cc                     |  18 +++
 tests/gold_tests/pluginTest/tsapi/CMakeLists.txt   |   1 +
 .../tsapi/test_TSHttpTxnServerAddrSet_retry.cc     | 169 +++++++++++++++++++++
 .../test_TSHttpTxnServerAddrSet_retry.test.py      |  91 +++++++++++
 6 files changed, 284 insertions(+), 4 deletions(-)
 create mode 100644 
tests/gold_tests/pluginTest/tsapi/test_TSHttpTxnServerAddrSet_retry.cc
 create mode 100644 
tests/gold_tests/pluginTest/tsapi/test_TSHttpTxnServerAddrSet_retry.test.py

Reply via email to