Commit 8914d7c3 authored by jan.koester's avatar jan.koester
Browse files

test

parent c565fa08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ static constexpr size_t H2_CLIENT_PREFACE_LEN = 24;
// ============================================================================

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

    if (_ctrlStreamsSent) return;