Commit 259e9b16 authored by jan.koester's avatar jan.koester
Browse files

test

parent a335e31e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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();
    }
    
}

// ============================================================================