Commit 25683f5d authored by jan.koester's avatar jan.koester
Browse files

test

parent bb8715da
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -1020,10 +1020,6 @@ libhttppp::HttpResponse libhttppp::HttpClient::GetStream(libhttppp::HttpRequest
                }
            };

            size_t h2_off = 0;

            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)