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 f80f941717 header_rewrite: Fix uninitialized bufp/hdr_loc (#12520)
new b53d00980f Convert const and #define to constexpr (#12527)
new e7d6cc49d6 Fix connection leak on client abort (#12529)
new 510e141dca Fix traffic_ctl server AuTest (#12537)
new 2d6e39e4c6 Fixes sni.yaml-configured initial window size (#12531)
new 5e25345e15 stats_over_http: respect Prometheus character constraints
(#12450)
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:
plugins/stats_over_http/stats_over_http.cc | 106 ++++++++++++++++++++-
src/proxy/hdrs/HdrHeap.cc | 2 +-
src/proxy/hdrs/HdrToken.cc | 2 +-
src/proxy/hdrs/MIME.cc | 22 ++---
src/proxy/hdrs/URL.cc | 13 ++-
src/proxy/hdrs/test_urlhash.cc | 4 +-
src/proxy/http/HttpSM.cc | 33 ++++---
src/proxy/http2/Http2ConnectionState.cc | 5 +-
...me.test.py => http2_concurrent_streams.test.py} | 33 ++-----
tests/gold_tests/h2/http2_rst_stream.test.py | 2 +-
.../replay/http2_concurrent_streams.replay.yaml} | 94 ++++++++----------
.../traffic_ctl/traffic_ctl_server_output.test.py | 9 +-
12 files changed, 204 insertions(+), 121 deletions(-)
copy tests/gold_tests/h2/{http2_empty_data_frame.test.py =>
http2_concurrent_streams.test.py} (64%)
copy tests/gold_tests/{tls/replay/ip_allow.replay.yaml =>
h2/replay/http2_concurrent_streams.replay.yaml} (51%)