This is an automated email from the ASF dual-hosted git repository.
masaori pushed a change to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from 56bf2d3 Add QUICCrypto::is_key_derived()
add 168729a Add an example of testing http2 with httpbin
add 2aee3b6 Changes to allow for possible stale ua_session pointer in
HttpSM object.
add 429ae17 Add support to chunk post body's that come from H2 client
without content length.
add 21cc11e Use NetVCOptions to create UDPConnection
add c69e8e2 Fixed crash in microserver help message
add df8976f Fixes a warning from clang v6.x
add 424c70a Bring back MT_hashtable.h under lib/ts/
new 4fc5004 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:
iocore/net/I_UDPConnection.h | 1 +
iocore/net/I_UDPNet.h | 3 +-
iocore/net/P_UDPConnection.h | 10 +
iocore/net/UnixUDPNet.cc | 61 ++-
lib/ts/MT_hashtable.h | 432 +++++++++++++++++++++
lib/ts/Makefile.am | 9 +-
lib/ts/unit-tests/test_MT_hashtable.cc | 137 +++++++
lib/wccp/WccpEndPoint.cc | 1 -
proxy/ProxyClientSession.h | 6 +
proxy/ProxyClientTransaction.h | 6 +
proxy/http/Http1ClientSession.h | 62 +--
proxy/http/HttpSM.cc | 20 +-
proxy/http/HttpSM.h | 13 +
proxy/http/HttpTransact.cc | 15 +-
proxy/http/HttpTunnel.cc | 11 +-
proxy/http2/Http2Stream.cc | 8 +-
proxy/http2/Http2Stream.h | 2 +-
proxy/logging/LogAccessHttp.cc | 13 +-
tests/gold_tests/autest-site/httpbin.test.ext | 11 +-
tests/gold_tests/h2/gold/httpbin_0_stderr.gold | 15 +
tests/gold_tests/h2/gold/httpbin_0_stdout.gold | 10 +
tests/gold_tests/h2/gold/post_chunked.gold | 1 +
tests/gold_tests/h2/http2.test.py | 14 +
.../{tls/tls.test.py => h2/httpbin.test.py} | 85 ++--
tests/tools/microServer/uWServer.py | 6 +-
25 files changed, 827 insertions(+), 125 deletions(-)
create mode 100644 lib/ts/MT_hashtable.h
create mode 100644 lib/ts/unit-tests/test_MT_hashtable.cc
create mode 100644 tests/gold_tests/h2/gold/httpbin_0_stderr.gold
create mode 100644 tests/gold_tests/h2/gold/httpbin_0_stdout.gold
create mode 100644 tests/gold_tests/h2/gold/post_chunked.gold
copy tests/gold_tests/{tls/tls.test.py => h2/httpbin.test.py} (53%)
--
To stop receiving notification emails like this one, please contact
[email protected].