This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from 0275eff Fix #7116, skip the insertion of the same continuation to
pending dns (#7117)
new 40e9d41 Convert Mime and URL unit tests in proxy/hdrs to Catch.
new 53ddfaf Optimize HTTPHdr conversion of HTTP/1.1 to HTTP/2
new 998d61e URL::parse fixes for empty paths (#7119)
new 01abc6f Cleanup: Remove useless UDPConnection function
new 1cef2fd Replace ACTION_RESULT_NONE with nullptr (#7135)
The 5 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/TSUrlHostGet.en.rst | 2 +-
include/ts/ts.h | 4 +-
iocore/eventsystem/I_Action.h | 2 -
iocore/net/I_UDPConnection.h | 6 +-
iocore/net/P_UDPConnection.h | 50 +--
iocore/net/P_UnixUDPConnection.h | 5 +-
iocore/net/UnixNetProcessor.cc | 2 +-
iocore/net/UnixUDPConnection.cc | 4 +-
plugins/header_rewrite/operators.cc | 4 +-
proxy/hdrs/Makefile.am | 17 +-
proxy/hdrs/URL.cc | 193 ++++-----
proxy/hdrs/URL.h | 102 ++++-
proxy/hdrs/test_mime.cc | 104 -----
proxy/hdrs/unit_tests/test_URL.cc | 468 +++++++++++++++++++++
proxy/hdrs/unit_tests/test_mime.cc | 249 +++++++++++
proxy/http/remap/RemapConfig.cc | 10 +-
proxy/http2/HTTP2.cc | 231 +++++++---
proxy/http2/HTTP2.h | 16 +-
proxy/http2/Http2ConnectionState.cc | 61 ++-
proxy/http2/Http2Stream.cc | 6 +-
proxy/http2/Makefile.am | 1 +
proxy/http2/unit_tests/test_HTTP2.cc | 169 ++++++++
proxy/http3/Http3HeaderFramer.cc | 11 +-
proxy/http3/Http3HeaderFramer.h | 2 +-
tests/gold_tests/autest-site/microDNS.test.ext | 2 +-
.../header_rewrite/gold/set-redirect.gold | 8 +
...e_client.test.py => header_rewrite_url.test.py} | 42 +-
.../rules/{rule.conf => set_redirect.conf} | 3 +-
tests/gold_tests/remap/gold/remap-zero-200.gold | 7 +
...{remap_ip_resolve.test.py => regex_map.test.py} | 48 +--
30 files changed, 1381 insertions(+), 448 deletions(-)
delete mode 100644 proxy/hdrs/test_mime.cc
create mode 100644 proxy/hdrs/unit_tests/test_URL.cc
create mode 100644 proxy/hdrs/unit_tests/test_mime.cc
create mode 100644 proxy/http2/unit_tests/test_HTTP2.cc
create mode 100644
tests/gold_tests/pluginTest/header_rewrite/gold/set-redirect.gold
rename
tests/gold_tests/pluginTest/header_rewrite/{header_rewrite_client.test.py =>
header_rewrite_url.test.py} (58%)
copy tests/gold_tests/pluginTest/header_rewrite/rules/{rule.conf =>
set_redirect.conf} (95%)
create mode 100644 tests/gold_tests/remap/gold/remap-zero-200.gold
copy tests/gold_tests/remap/{remap_ip_resolve.test.py => regex_map.test.py}
(54%)