This is an automated email from the ASF dual-hosted git repository.
jvanderzee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from d08567cc77 Fix unused parameters in the `iocore` functionality (SSL
and QUIC related code) (#11483)
add 0d59769527 Fix unused parameters in `proxy/http3` functionality
(#11482)
No new revisions were added by this update.
Summary of changes:
src/proxy/http3/Http09App.cc | 2 +-
src/proxy/http3/Http3App.cc | 4 ++--
src/proxy/http3/Http3FrameCounter.cc | 3 ++-
src/proxy/http3/Http3HeaderVIOAdaptor.cc | 2 +-
src/proxy/http3/Http3Session.cc | 14 +++++++-------
src/proxy/http3/Http3SessionAccept.cc | 2 +-
src/proxy/http3/Http3Transaction.cc | 8 ++++----
src/proxy/http3/QPACK.cc | 9 +++++----
src/proxy/http3/test/Mock.h | 3 ++-
src/proxy/http3/test/stub.cc | 6 +++---
src/proxy/http3/test/test_QPACK.cc | 6 +++---
11 files changed, 31 insertions(+), 28 deletions(-)