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

test

parent 25683f5d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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)