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

scw00 pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/quic-latest by this push:
     new 4f0255b  QUIC: remove useless scheduling event
4f0255b is described below

commit 4f0255b9c6ec46c1c775a25da452f70e25465a89
Author: scw00 <sc...@apache.org>
AuthorDate: Fri Feb 23 09:25:33 2018 +0800

    QUIC: remove useless scheduling event
---
 iocore/net/QUICNetVConnection.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/iocore/net/QUICNetVConnection.cc b/iocore/net/QUICNetVConnection.cc
index bae9e01..6df7a20 100644
--- a/iocore/net/QUICNetVConnection.cc
+++ b/iocore/net/QUICNetVConnection.cc
@@ -1183,7 +1183,6 @@ 
QUICNetVConnection::_dequeue_recv_packet(QUICPacketCreationResult &result)
     if (this->_packet_recv_queue.size > 0) {
       result = QUICPacketCreationResult::IGNORED;
     }
-    this_ethread()->schedule_in_local(this, HRTIME_MSECONDS(10), 
QUIC_EVENT_PACKET_READ_READY);
   } else if (result == QUICPacketCreationResult::IGNORED) {
     QUICConDebug("Ignore to decrypt the packet");
 

-- 
To stop receiving notification emails like this one, please contact
sc...@apache.org.

Reply via email to