You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sc...@apache.org on 2019/02/19 06:31:13 UTC

[trafficserver] branch quic-latest updated (6b2773c -> f4b4625)

This is an automated email from the ASF dual-hosted git repository.

scw00 pushed a change to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 6b2773c  QUIC: Fixed crash when records connection id frame
     new 38600d4  QUIC: Refactor QUICStream State
     new 1ccd18d  QUIC: Do not discard frame in StreamState
     new 8535ce7  Clang-Format and signal user event only on consuming all data
     new c9552ad  QUIC: Bring back QUICTransferProgressProvider
     new 914ffb3  QUIC: Fixed test cases
     new f4b4625  QUIC: Fixed QUICIncomingFrameBuffer test

The 12705 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:
 iocore/net/quic/Mock.h                       |   2 +-
 iocore/net/quic/QUICDebugNames.cc            |  96 ++++--
 iocore/net/quic/QUICDebugNames.h             |   4 +-
 iocore/net/quic/QUICStream.cc                |   6 +-
 iocore/net/quic/QUICStream.h                 |   2 +-
 iocore/net/quic/QUICStreamState.cc           | 468 ++++++++++++---------------
 iocore/net/quic/QUICStreamState.h            | 112 ++++---
 iocore/net/quic/test/test_QUICStreamState.cc | 306 ++++++++++++++----
 8 files changed, 597 insertions(+), 399 deletions(-)