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 3cec12b917 10.1.x: Fix pqus marshaling (#12490) (#12519)
new b4ae1b8040 test: make test_layout independent of TS_ROOT (#12481)
new 6ac417d718 test: make test_layout independent of TS_ROOT part 2
(#12514)
new 702a663833 Add a freebsd ifdef check for tcpinfo retrans (#12511)
new fb2b1b1f5e header_rewrite: explicit check for TS_SUCCESS to avoid
unexpected false. (#12509)
new bfd176c742 Fix background fill on TLS connections (#12502)
new 480e3f6769 background_fetch: add Unix domain support. (#12504)
The 6 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:
include/cripts/Connections.hpp | 4 ++
plugins/background_fetch/background_fetch.cc | 4 ++
.../experimental/cache_fill/background_fetch.cc | 4 ++
plugins/header_rewrite/resources.cc | 2 +-
src/iocore/net/P_SSLNetVConnection.h | 1 +
src/iocore/net/SSLNetVConnection.cc | 47 ++++++++++++++++++++++
src/iocore/net/UnixNetVConnection.cc | 5 +++
src/proxy/http/HttpSM.cc | 15 +++----
src/tscore/unit_tests/test_layout.cc | 8 ++++
tests/gold_tests/cache/background_fill.test.py | 25 ++++++------
.../cache/gold/background_fill_0_stderr_H.gold | 6 +--
.../cache/gold/background_fill_0_stderr_W.gold | 15 -------
.../cache/gold/background_fill_1_stderr_H.gold | 6 +--
.../cache/gold/background_fill_1_stderr_W.gold | 15 -------
.../cache/gold/background_fill_2_stderr_H.gold | 6 +--
.../cache/gold/background_fill_2_stderr_W.gold | 15 -------
.../cache/gold/background_fill_3_stdout.gold | 4 +-
tests/gold_tests/cache/replay/bg_fill.yaml | 2 +
tests/gold_tests/h2/http2_rst_stream.test.py | 2 +-
19 files changed, 102 insertions(+), 84 deletions(-)
delete mode 100644 tests/gold_tests/cache/gold/background_fill_0_stderr_W.gold
delete mode 100644 tests/gold_tests/cache/gold/background_fill_1_stderr_W.gold
delete mode 100644 tests/gold_tests/cache/gold/background_fill_2_stderr_W.gold