You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sc...@apache.org on 2018/02/07 06:19:49 UTC

[trafficserver] 03/06: [QUIC Client] fix the quic client

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

commit 5c219098a1ebc2d66b3e627b532079ccb3e976f1
Author: scw00 <sc...@apache.org>
AuthorDate: Wed Jan 31 14:35:20 2018 +0800

    [QUIC Client] fix the quic client
---
 cmd/traffic_quic/traffic_quic.cc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/cmd/traffic_quic/traffic_quic.cc b/cmd/traffic_quic/traffic_quic.cc
index 19ea9c2..9749ce1 100644
--- a/cmd/traffic_quic/traffic_quic.cc
+++ b/cmd/traffic_quic/traffic_quic.cc
@@ -74,10 +74,12 @@ main(int argc, const char **argv)
   Thread *main_thread = new EThread;
   main_thread->set_specific();
   net_config_poll_timeout = 10;
+  ink_net_init(makeModuleVersion(1, 0, PRIVATE_MODULE_HEADER));
 
   SSLInitializeLibrary();
   SSLConfig::startup();
 
+  netProcessor.init();
   quic_NetProcessor.init();
 
   ink_event_system_init(EVENT_SYSTEM_MODULE_VERSION);
@@ -120,7 +122,7 @@ DNSConnection::trigger()
 void
 StatPagesManager::register_http(char const *, Action *(*)(Continuation *, HTTPHdr *))
 {
-  ink_assert(false);
+  //  ink_assert(false);
 }
 
 #include "ParentSelection.h"

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