Skip to content

Commit

Permalink
POSSIBLE FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
haproxyFred committed Jul 22, 2023
1 parent 80cef0c commit 2382d37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/quic_conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -3390,8 +3390,10 @@ static int qc_parse_pkt_frms(struct quic_conn *qc, struct quic_rx_packet *pkt,
qc_set_timer(qc);
qc_el_rx_pkts_del(qc->iel);
qc_release_pktns_frms(qc, qc->ipktns);
#if 0
/* Also release the negotiated Inital TLS context. */
quic_nictx_free(qc);
#endif
}
if (qc->state < QUIC_HS_ST_SERVER_HANDSHAKE)
qc->state = QUIC_HS_ST_SERVER_HANDSHAKE;
Expand Down

0 comments on commit 2382d37

Please sign in to comment.