This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a change to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 2956553c24 ESI plugin: make maximum document size configurable.
(#11076)
new e0878f3f0a http3: Separate out Http3SettingsFramer (#11082)
new fbd2128515 http3: Propagate events from QUICNetVC (#11071)
The 2 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:
include/proxy/http3/Http3App.h | 16 ------
include/proxy/http3/Http3Session.h | 4 +-
.../{Http3DataFramer.h => Http3SettingsFramer.h} | 14 ++---
include/proxy/http3/Http3Transaction.h | 1 +
src/iocore/net/P_QUICNetVConnection.h | 2 +
src/iocore/net/QUICNetVConnection.cc | 26 +++++++--
src/proxy/http3/CMakeLists.txt | 1 +
src/proxy/http3/Http3App.cc | 46 +--------------
src/proxy/http3/Http3Session.cc | 40 +++++++------
src/proxy/http3/Http3SettingsFramer.cc | 67 ++++++++++++++++++++++
src/proxy/http3/Http3Transaction.cc | 14 +++++
11 files changed, 139 insertions(+), 92 deletions(-)
copy include/proxy/http3/{Http3DataFramer.h => Http3SettingsFramer.h} (75%)
create mode 100644 src/proxy/http3/Http3SettingsFramer.cc