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 f8f3f20 Add autest for cache_range_request, add xdebug
x-parentselection-key
new d1ce030 Move logging before session could be freed
new f9f486e Add autopep8 & pyflakes in dev-packages for AuTest
new 14ebf50 Add 100-continue expectation support on H2 connection
new 92caab2 Lua plugin fix: Account for null in output from
TSUrlPercentDecode.
new a269ec3 ssl_session_reuse optimization to check if diags is on
new 1861f36 Avoid IOBufferReader::read_avail() call from
MIOBuffer::high_water()
new 6a4edd3 Add MIMEHdr Garbage Collection to HPACK Dynamic Table
new 2d1eb8b Replace container of HPACK dynamic table from std::vector to
std::deque
The 8 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:
doc/admin-guide/plugins/lua.en.rst | 4 +-
.../api/functions/TSUrlPercentEncode.en.rst | 24 +++++--
iocore/eventsystem/IOBuffer.cc | 20 ++++++
iocore/eventsystem/I_IOBuffer.h | 19 +++++-
.../experimental/ssl_session_reuse/src/publish.cc | 57 ++++++++++------
plugins/lua/ts_lua_crypto.c | 4 +-
proxy/hdrs/HTTP.h | 23 ++++++-
proxy/hdrs/HdrHeap.cc | 18 +++++
proxy/hdrs/HdrHeap.h | 2 +
proxy/http/HttpSM.cc | 34 +++++-----
proxy/http2/HPACK.cc | 76 ++++++++++++++++++----
proxy/http2/HPACK.h | 20 +++---
proxy/http2/Http2Stream.cc | 11 ++++
tests/Pipfile | 2 +
tests/README.md | 2 +-
tests/gold_tests/h2/gold/httpbin_0_stdout.gold | 9 +--
tests/gold_tests/h2/gold/httpbin_3_stderr.gold | 9 +++
tests/gold_tests/h2/gold/httpbin_3_stdout.gold | 7 ++
tests/gold_tests/h2/gold/httpbin_access.gold | 1 +
tests/gold_tests/h2/httpbin.test.py | 19 +++++-
20 files changed, 277 insertions(+), 84 deletions(-)
create mode 100644 tests/gold_tests/h2/gold/httpbin_3_stderr.gold
create mode 100644 tests/gold_tests/h2/gold/httpbin_3_stdout.gold