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

test

parent 704541bd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1003,6 +1003,8 @@ libhttppp::HttpResponse libhttppp::HttpClient::GetStream(libhttppp::HttpRequest
            _streamH2Sid = stream_id;
            _streamH2EndStream = false;

            size_t h2_off = 0;

            auto h2_ensure_bytes = [&](size_t need) {
                while (_streamH2Raw.size() - h2_off < need) {
                    netplus::buffer buf(CHUNKSIZE);