diff options
author | Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com> | 2019-08-15 14:50:48 +0900 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-08-15 08:02:15 +0200 |
commit | 887ebc384c5687a8e154b3b6feb74cdaa8df4adc (patch) | |
tree | e5aa0b0a3bbd04a7f066abc60eec43c95ba91130 /lib/vquic/ngtcp2.c | |
parent | 437bf10cade7cdb8b946261114ee309c6796682c (diff) | |
download | curl-887ebc384c5687a8e154b3b6feb74cdaa8df4adc.tar.gz |
ngtcp2: don't reinitialize SSL on Retry
Diffstat (limited to 'lib/vquic/ngtcp2.c')
-rw-r--r-- | lib/vquic/ngtcp2.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |