Loading src/httpd.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
src/httpd.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading