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

[trafficserver] branch master updated (5d75ea069 -> 1578ee982)

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

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


    from 5d75ea069 Enable external file loading for sni.yaml. (#9501)
     add 1578ee982 Eliminates padding from some common structs (#9481)

No new revisions were added by this update.

Summary of changes:
 include/records/P_RecDefs.h           |   4 +-
 include/ts/apidefs.h.in               |   2 +-
 include/tscore/MatcherUtils.h         |   2 +-
 include/tscore/ink_string++.h         |   4 +-
 iocore/eventsystem/I_EventProcessor.h |   2 +-
 iocore/eventsystem/I_VIO.h            |   8 +-
 iocore/net/I_NetVConnection.h         |   4 +-
 proxy/InkAPIInternal.h                |   2 +-
 proxy/PoolableSession.h               |  12 +--
 proxy/hdrs/HTTP.h                     |  13 ++--
 proxy/hdrs/HdrHeap.h                  |   9 +--
 proxy/http/HttpSM.h                   | 137 ++++++++++++++++------------------
 proxy/http/HttpTransact.h             | 101 ++++++++++++-------------
 13 files changed, 144 insertions(+), 156 deletions(-)