You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2018/04/02 02:11:32 UTC

[trafficserver] branch quic-latest updated: Schedule QUIC_EVENT_PACKET_WRITE_READY in connectUp

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

masaori 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 5b68645  Schedule QUIC_EVENT_PACKET_WRITE_READY in connectUp
5b68645 is described below

commit 5b6864516badc0b60b8d89737ccc809c72439e51
Author: Masaori Koshiba <ma...@apache.org>
AuthorDate: Mon Apr 2 11:08:30 2018 +0900

    Schedule QUIC_EVENT_PACKET_WRITE_READY in connectUp
---
 iocore/net/QUICNetVConnection.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/iocore/net/QUICNetVConnection.cc b/iocore/net/QUICNetVConnection.cc
index 759b454..3f6d80d 100644
--- a/iocore/net/QUICNetVConnection.cc
+++ b/iocore/net/QUICNetVConnection.cc
@@ -295,6 +295,7 @@ QUICNetVConnection::connectUp(EThread *t, int fd)
 
   // start QUIC handshake
   this->_handshake_handler->handleEvent(VC_EVENT_WRITE_READY, nullptr);
+  this->_schedule_packet_write_ready();
 
   return CONNECT_SUCCESS;
 }

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