You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by wk...@apache.org on 2021/10/15 22:24:51 UTC

[trafficserver] branch master updated (3679ebe -> b93900b)

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

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


    from 3679ebe  Make sure the include files are built first (#8427)
     add b93900b  Rename IpEndpoint member functions named port() to network_order_port(). (#8421)

No new revisions were added by this update.

Summary of changes:
 include/tscore/ink_inet.h      | 70 +++++++++++++++++++++---------------------
 iocore/net/P_NetVConnection.h  |  2 +-
 iocore/net/ProxyProtocol.cc    |  4 +--
 iocore/net/QUICNetProcessor.cc |  2 +-
 iocore/net/SSLCertLookup.cc    |  4 +--
 iocore/net/UnixConnection.cc   |  6 ++--
 iocore/net/UnixNetAccept.cc    |  5 +--
 iocore/net/UnixNetProcessor.cc |  2 +-
 iocore/net/UnixUDPNet.cc       |  6 ++--
 iocore/net/quic/QUICTypes.cc   |  4 +--
 iocore/net/quic/QUICTypes.h    |  8 +++--
 mgmt/LocalManager.cc           |  4 +--
 proxy/http/HttpSM.cc           |  2 +-
 proxy/http/HttpTransact.cc     | 12 ++++----
 proxy/http/PreWarmManager.cc   |  2 +-
 proxy/logging/LogAccess.cc     |  8 +++--
 src/traffic_server/InkAPI.cc   |  4 +--
 17 files changed, 75 insertions(+), 70 deletions(-)