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

test

parent b36b95cf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@
#include <mutex>
#include <iomanip>
#include <random>
#include <unistd.h>

#include "config.h"

+1 −1
Original line number Diff line number Diff line
@@ -1316,7 +1316,7 @@ void libhttppp::HttpEvent::Http3StreamEvent(netplus::socket *sock,

            // If we didn't finish, close the stream anyway
            if (total_sent < content_length) {
                q->sendStreamData(stream_id, {}, true);
                q->sendStreamData(stream_id,nullptr, true);
            }

            // Clean up :res-* pseudo-headers