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