This is an automated email from the ASF dual-hosted git repository.
maskit pushed a change to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from f3d3bbd Avoid doubling the size of ats_unique_buf instances. It is
not necessary to have a pointer to the ats_free() function in each instance.
add 13064f8 Fix build issues
No new revisions were added by this update.
Summary of changes:
iocore/net/P_QUICNetVConnection.h | 2 +-
iocore/net/QUICNetVConnection.cc | 2 +-
iocore/net/quic/QUICFrame.h | 12 ++++++------
iocore/net/quic/QUICPacket.cc | 2 +-
iocore/net/quic/QUICPacket.h | 20 +++++++++-----------
iocore/net/quic/QUICPacketReceiveQueue.cc | 2 +-
iocore/net/quic/QUICPacketReceiveQueue.h | 2 +-
iocore/net/quic/QUICPathValidator.cc | 1 +
iocore/net/quic/test/test_QUICFrame.cc | 4 ++--
iocore/net/quic/test/test_QUICPacket.cc | 16 ++++++++++++----
proxy/hq/HQFrame.h | 4 ++--
11 files changed, 37 insertions(+), 30 deletions(-)