You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2019/02/01 03:03:28 UTC

[trafficserver] branch quic-latest updated (c5048fb -> 0cac20c)

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 c5048fb  Print offset in BLOCKED and STREAM_BLOCKED
     new 33dfc09  Fix compile errors in tests
     new 0cac20c  Rename StreamBlocked frame to StreamDataBlocked frame

The 12584 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                          | 12 +++++++++
 iocore/net/quic/QUICFrame.cc                    | 34 ++++++++++++-------------
 iocore/net/quic/QUICFrame.h                     | 14 +++++-----
 iocore/net/quic/QUICStream.cc                   |  2 +-
 iocore/net/quic/QUICStream.h                    |  2 +-
 iocore/net/quic/QUICStreamManager.cc            |  4 +--
 iocore/net/quic/QUICStreamManager.h             |  2 +-
 iocore/net/quic/test/test_QUICFlowController.cc |  6 ++---
 iocore/net/quic/test/test_QUICFrame.cc          | 10 ++++----
 9 files changed, 49 insertions(+), 37 deletions(-)