gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 128/220: ngtcp2: don't reinitialize SSL on Retry


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 128/220: ngtcp2: don't reinitialize SSL on Retry
Date: Thu, 12 Sep 2019 17:28:08 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 887ebc384c5687a8e154b3b6feb74cdaa8df4adc
Author: Tatsuhiro Tsujikawa <address@hidden>
AuthorDate: Thu Aug 15 14:50:48 2019 +0900

    ngtcp2: don't reinitialize SSL on Retry
---
 lib/vquic/ngtcp2.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/vquic/ngtcp2.c b/lib/vquic/ngtcp2.c
index b9dbfd403..a2285e75e 100644
--- a/lib/vquic/ngtcp2.c
+++ b/lib/vquic/ngtcp2.c
@@ -938,7 +938,6 @@ static int cb_recv_retry(ngtcp2_conn *tconn, const 
ngtcp2_pkt_hd *hd,
   (void)hd;
   (void)retry;
 
-  quic_init_ssl(qs);
   setup_initial_crypto_context(qs);
 
   return 0;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]