This is an automated email from the ASF dual-hosted git repository.
maskit pushed a change to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from 837bd0e Fix unit tests for QUICStreamState
add 9adbf32 Add null checks for http_load (#7995)
add d7a0b1d Enforce case for well known methods (#7886)
add e44ca80 Update TSHttpTxnAborted API to distinguish client/server
aborts (#7901)
add 68eeaa1 Fix BoringSSL build (#8001)
add c3827da Test bad request behavior (#7884)
add 2edeae4 reuse multiple times (#7992)
add d232a12 Merge branch 'master' into quic-latest
No new revisions were added by this update.
Summary of changes:
.../api/functions/TSHttpTxnAborted.en.rst | 6 ++-
include/ts/ts.h | 3 +-
iocore/net/SSLUtils.cc | 2 +
plugins/esi/esi.cc | 3 +-
plugins/lua/ts_lua_http.c | 4 +-
proxy/hdrs/HTTP.cc | 2 +-
proxy/hdrs/HdrToken.cc | 24 +++++++++
proxy/hdrs/HdrToken.h | 1 +
src/traffic_server/InkAPI.cc | 6 ++-
tests/gold_tests/headers/gold/bad_method.gold | 24 +++++++++
.../headers/good_request_after_bad.test.py | 17 +++++-
tests/gold_tests/tls/tls_session_reuse.test.py | 61 +++++++++++++++++-----
tools/http_load/http_load.c | 14 ++++-
13 files changed, 143 insertions(+), 24 deletions(-)
create mode 100644 tests/gold_tests/headers/gold/bad_method.gold