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

test

parent 3fed80fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1347,7 +1347,7 @@ void libhttppp::HttpEvent::Http3StreamEvent(netplus::socket *sock,
                }

                if (sent < content_length) {
                    q->sendStreamData(stream_id, {}, true);
                    q->sendStreamData(stream_id, nullptr, 0, true);
                }
            }).detach();