This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a change to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from ba5ff99 add QUICPollEvent to packet UDPPacket and QVC
add 155d1a7 Fix X-Id logging for slow log
add 21cdbda Adding custom method support and bug fixes
add 630dcb6 heap use after free
add ee62ed7 coverity 1385717: Out-of-bounds write
add f5751c3 Note the stripe meta while clearing the stripe
add d2bfadf fix OCSP under OpenSSL 1.1.x
add 22559f0 Use CRYPTO_HEX_SIZE instead of hardcoded fixed sizes.
add b2344ed Fixes the escalate plugin such that redirects are followed
add 96e0aca correct negative event's timeout_at value
add 31332f0 Documentation: correct inku16 to unsigned int:16
add b3f33ff Fix a bug that chunked resopnses aren't logged properly if
the client side is H2
add 487eccb psutil can not find python.h withouth python3-dev in Ubuntu
add 4bfaf36 Make throttling feature more useful.
add 8defb3c X-Debug: log-headers
add a98021c Send VC_EVENT_WRITE_READY/COMPLETE when write_vio is consumed
add afcb78d Added logcode and stats
add b420cff Remove client read timeout
add b729070 Correct clear and assign of FIPS cache keys in HTTPInfo.
add ec3ed32 to only fix the SELCT_ALT hook
new de29fa6 Merge branch 'master' into quic-latest
The 1 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:
.../cache-architecture/architecture.en.rst | 2 +-
.../architecture/architecture.en.po | 4 +-
iocore/cache/Cache.cc | 10 ++-
iocore/cache/CacheHttp.cc | 2 +-
iocore/cache/CacheRead.cc | 16 ++--
iocore/cache/P_CacheDir.h | 26 +++----
iocore/eventsystem/P_UnixEThread.h | 12 ++-
iocore/net/Net.cc | 5 ++
iocore/net/OCSPStapling.cc | 34 ++++++---
iocore/net/P_Net.h | 2 +
iocore/net/P_OCSPStapling.h | 5 --
iocore/net/P_UnixNet.h | 46 ++----------
iocore/net/UnixNet.cc | 1 -
iocore/net/UnixNetAccept.cc | 51 +++++++++----
iocore/net/UnixNetVConnection.cc | 12 +--
lib/cppapi/GlobalPlugin.cc | 9 ++-
lib/cppapi/include/atscppapi/Plugin.h | 7 +-
lib/cppapi/include/atscppapi/Request.h | 6 ++
lib/cppapi/include/utils_internal.h | 1 +
lib/cppapi/utils_internal.cc | 25 ++++++-
plugins/xdebug/xdebug.cc | 86 ++++++++++++++++++++++
proxy/InkAPI.cc | 26 +++++--
proxy/hdrs/HTTP.cc | 16 ++--
proxy/hdrs/HTTP.h | 3 +-
proxy/http/HttpConfig.cc | 9 +++
proxy/http/HttpConfig.h | 3 +
proxy/http/HttpSM.cc | 52 ++++++++-----
proxy/http/HttpSM.h | 1 -
proxy/http/HttpTransact.cc | 5 ++
proxy/http2/Http2ConnectionState.cc | 10 ++-
proxy/http2/Http2Stream.cc | 74 +++++++++----------
proxy/http2/Http2Stream.h | 8 +-
proxy/logging/Log.cc | 17 +++--
proxy/logstats.cc | 9 +++
proxy/tests/logstats.json | 2 +
proxy/tests/logstats.summary | 1 +
tests/bootstrap.py | 3 +-
tests/gold_tests/h2/gold/priority_0_stderr.gold | 11 +++
tests/gold_tests/h2/gold/priority_0_stdout.gold | 1 +
.../{tls/tls.test.py => h2/http2_priority.test.py} | 80 ++++++++++----------
tests/tools/sessionvalidation/sessionvalidation.py | 12 +--
tests/tools/traffic-replay/NonSSL.py | 5 ++
tests/tools/traffic-replay/SSLReplay.py | 43 ++++++-----
tests/tools/traffic-replay/extractHeader.py | 21 +++++-
44 files changed, 501 insertions(+), 273 deletions(-)
create mode 100644 tests/gold_tests/h2/gold/priority_0_stderr.gold
create mode 100644 tests/gold_tests/h2/gold/priority_0_stdout.gold
copy tests/gold_tests/{tls/tls.test.py => h2/http2_priority.test.py} (62%)
--
To stop receiving notification emails like this one, please contact
[email protected].