You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2021/04/07 13:31:43 UTC

[trafficserver] branch master updated (b05c5be -> 9817675)

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

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


    from b05c5be  Fix use of -mcx16 flag - only use if it compiles cleanly. (#7684)
     add 9817675  Add STL compliant field iteration to MIMEHdr. - rebase. (#7476)

No new revisions were added by this update.

Summary of changes:
 proxy/hdrs/MIME.h                         | 140 +++++++++++++++++++++++-------
 proxy/http/HttpTransact.cc                |  28 ++----
 proxy/http/HttpTransactHeaders.cc         |  12 ++-
 proxy/http2/HPACK.cc                      |   7 +-
 proxy/http2/HTTP2.cc                      |   9 +-
 proxy/http2/test_HPACK.cc                 |  21 ++---
 proxy/http3/QPACK.cc                      |   5 +-
 proxy/logging/LogUtils.cc                 |  11 +--
 proxy/logging/unit-tests/test_LogUtils.cc |   2 -
 proxy/logging/unit-tests/test_LogUtils.h  |  33 +++----
 10 files changed, 152 insertions(+), 116 deletions(-)