Loading src/http.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -1020,6 +1020,8 @@ libhttppp::HttpResponse libhttppp::HttpClient::GetStream(libhttppp::HttpRequest } }; while (!got_headers) { h2_ensure_bytes(H2C_FRAME_HEADER_LEN); uint32_t frame_len = (static_cast<uint32_t>(_streamH2Raw[h2_off]) << 16) | (static_cast<uint32_t>(_streamH2Raw[h2_off+1]) << 8) Loading Loading
src/http.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -1020,6 +1020,8 @@ libhttppp::HttpResponse libhttppp::HttpClient::GetStream(libhttppp::HttpRequest } }; while (!got_headers) { h2_ensure_bytes(H2C_FRAME_HEADER_LEN); uint32_t frame_len = (static_cast<uint32_t>(_streamH2Raw[h2_off]) << 16) | (static_cast<uint32_t>(_streamH2Raw[h2_off+1]) << 8) Loading