You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by dm...@apache.org on 2023/03/24 18:35:18 UTC

[trafficserver] branch master updated (28458b72c -> ef01a7199)

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

dmeden pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


    from 28458b72c mime header field parsing fix trailing quote handlling (#9513)
     add ef01a7199 Add TS_HAS_QUICHE feature variable. (#9547)

No new revisions were added by this update.

Summary of changes:
 configure.ac                                        | 1 +
 doc/developer-guide/testing/blackbox-testing.en.rst | 1 +
 include/tscore/ink_config.h.in                      | 1 +
 iocore/net/P_QUICNet.h                              | 2 +-
 iocore/net/P_QUICNetProcessor.h                     | 2 +-
 iocore/net/P_QUICNetVConnection.h                   | 2 +-
 iocore/net/P_QUICNextProtocolAccept.h               | 2 +-
 iocore/net/P_QUICPacketHandler.h                    | 2 +-
 iocore/net/QUICNet.cc                               | 4 ++--
 iocore/net/quic/Mock.h                              | 8 ++++----
 iocore/net/quic/QUICContext.cc                      | 4 ++--
 iocore/net/quic/QUICContext.h                       | 6 +++---
 iocore/net/quic/QUICGlobals.cc                      | 2 +-
 proxy/http3/test/test_QPACK.cc                      | 4 ++--
 src/traffic_layout/info.cc                          | 1 +
 tests/README.md                                     | 1 +
 16 files changed, 24 insertions(+), 19 deletions(-)