mirror of
https://github.com/curl/curl.git
synced 2026-07-15 23:57:20 +03:00
ngtcp2: don't reinitialize SSL on Retry
This commit is contained in:
parent
437bf10cad
commit
887ebc384c
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue