This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from c0199ed2a0 suppress coverity false positive on race condition (#10278)
add 0b61b060e5 replace net_config_poll_timeout with
EThread::default_wait_interval_ms (#10289)
No new revisions were added by this update.
Summary of changes:
iocore/aio/AIO.cc | 2 +-
iocore/aio/test_AIO.cc | 3 ---
iocore/eventsystem/I_EThread.h | 10 ++++++++++
iocore/eventsystem/I_SocketManager.h | 2 --
iocore/eventsystem/UnixEThread.cc | 1 +
iocore/net/I_Net.h | 1 -
iocore/net/Net.cc | 9 ++++-----
iocore/net/PollCont.cc | 2 +-
iocore/net/PollCont.h | 4 ++--
iocore/net/UnixUDPNet.cc | 2 +-
iocore/net/test_I_UDPNet.cc | 1 -
src/traffic_quic/traffic_quic.cc | 1 -
src/traffic_server/traffic_server.cc | 8 ++++----
13 files changed, 24 insertions(+), 22 deletions(-)