Commit f9acc68a authored by jan.koester's avatar jan.koester
Browse files

test

parent f2b87941
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -87,6 +87,9 @@ static constexpr size_t H2_CLIENT_PREFACE_LEN = 24;
// ============================================================================

void libhttppp::Http3QuicSocket::sendControlStreams() {
    if (_selected_alpn != "h3" || _selected_alpn != "h3-29") 
        return;

    if (_ctrlStreamsSent) return;
    _ctrlStreamsSent = true;