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 2022/10/10 23:12:04 UTC

[trafficserver] branch master updated (e6d9c8e86 -> 07e7ab94c)

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 e6d9c8e86 Initial Checkin for Wasm plugin (#8991)
     add 07e7ab94c Remove unnecessary, dangerous casts from SET_HANDLER and SET_CONTINUATION invocations. (#9129)

No new revisions were added by this update.

Summary of changes:
 iocore/cache/P_CacheHosting.h     |  5 +----
 iocore/dns/DNS.cc                 |  8 ++++----
 iocore/eventsystem/P_Freer.h      |  5 +----
 iocore/hostdb/HostDB.cc           | 18 +++++++++---------
 iocore/hostdb/P_HostDBProcessor.h |  2 +-
 iocore/net/QUICNetVConnection.cc  | 18 +++++++++---------
 iocore/net/SSLNetVConnection.cc   |  2 +-
 iocore/net/Socks.cc               |  2 +-
 iocore/net/UnixNet.cc             |  2 +-
 iocore/net/UnixNetAccept.cc       | 14 +++++++-------
 iocore/net/UnixNetVConnection.cc  |  6 +++---
 iocore/net/UnixUDPNet.cc          |  4 ++--
 proxy/CacheControl.cc             |  5 +----
 proxy/logging/Log.cc              |  2 +-
 src/traffic_server/SocksProxy.cc  |  6 +++---
 15 files changed, 45 insertions(+), 54 deletions(-)