This is an automated email from the ASF dual-hosted git repository.
duke8253 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from cf64a4d590 Fix bug with reverse dns lookup from hosts files (#10392)
add 7884ff376c check return values, log errors, and more tests (#10383)
No new revisions were added by this update.
Summary of changes:
iocore/net/quic/QUICTypes.h | 4 +
proxy/http3/CMakeLists.txt | 3 +
proxy/http3/Http3App.cc | 91 ++++++----------------
proxy/http3/Http3App.h | 15 ----
proxy/http3/Http3Frame.cc | 2 +-
proxy/http3/Http3FrameDispatcher.cc | 2 +-
proxy/http3/Http3ProtocolEnforcer.cc | 12 +--
proxy/http3/Http3SettingsHandler.cc | 81 +++++++++++++++++++
...p3ProtocolEnforcer.h => Http3SettingsHandler.h} | 12 ++-
proxy/http3/Http3Transaction.cc | 16 +++-
proxy/http3/Http3Types.h | 42 ++++------
proxy/http3/Makefile.am | 5 +-
.../IOUringEventIO.cc => proxy/http3/test/stub.cc | 28 ++++---
proxy/http3/test/test_Http3Frame.cc | 35 +++++++++
proxy/http3/test/test_Http3FrameDispatcher.cc | 12 +--
15 files changed, 216 insertions(+), 144 deletions(-)
create mode 100644 proxy/http3/Http3SettingsHandler.cc
copy proxy/http3/{Http3ProtocolEnforcer.h => Http3SettingsHandler.h} (79%)
copy iocore/io_uring/IOUringEventIO.cc => proxy/http3/test/stub.cc (69%)