Loading src/httpd.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ static constexpr size_t H2_CLIENT_PREFACE_LEN = 24; // ============================================================================ void libhttppp::Http3QuicSocket::sendControlStreams() { if (_selected_alpn != "h3" || _selected_alpn != "h3-29") if ( getSelectedAlpn() != "h3" || getSelectedAlpn() != "h3-29") return; if (_ctrlStreamsSent) return; Loading Loading
src/httpd.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ static constexpr size_t H2_CLIENT_PREFACE_LEN = 24; // ============================================================================ void libhttppp::Http3QuicSocket::sendControlStreams() { if (_selected_alpn != "h3" || _selected_alpn != "h3-29") if ( getSelectedAlpn() != "h3" || getSelectedAlpn() != "h3-29") return; if (_ctrlStreamsSent) return; Loading