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 6fa045b PATH_RESPONSE doesn't need to be retransmitted
add 4171c27 Update stream state machine
No new revisions were added by this update.
Summary of changes:
iocore/net/quic/Mock.h | 43 +++++-
iocore/net/quic/QUICApplication.cc | 3 +
iocore/net/quic/QUICIncomingFrameBuffer.cc | 12 +-
iocore/net/quic/QUICIncomingFrameBuffer.h | 2 +-
iocore/net/quic/QUICStream.cc | 107 ++++++++++++-
iocore/net/quic/QUICStream.h | 29 +++-
iocore/net/quic/QUICStreamManager.cc | 3 +-
iocore/net/quic/QUICStreamState.cc | 51 +++++-
iocore/net/quic/QUICStreamState.h | 10 +-
iocore/net/quic/QUICTransferProgressProvider.h | 43 +++++-
iocore/net/quic/test/test_QUICStreamState.cc | 205 ++++++++++++++++++++++++-
11 files changed, 477 insertions(+), 31 deletions(-)