Loading src/quic.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -7456,9 +7456,8 @@ void quic::sendHandshakeDone() { sendNewSessionTicket(); // If ALPN is HTTP/3, send the mandatory control streams (RFC 9114 §6.2.1) if (_selected_alpn == "h3" || _selected_alpn == "h3-29") { sendControlStreams(); } } // ============================================================================ Loading Loading
src/quic.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -7456,9 +7456,8 @@ void quic::sendHandshakeDone() { sendNewSessionTicket(); // If ALPN is HTTP/3, send the mandatory control streams (RFC 9114 §6.2.1) if (_selected_alpn == "h3" || _selected_alpn == "h3-29") { sendControlStreams(); } } // ============================================================================ Loading