Searched refs:http1_frag_data_len (Results 1 – 3 of 3) sorted by relevance
759 ctx->http1_frag_data_len += length; in on_body()810 client->http1_frag_data_len = 0; in handle_http1_request()840 if (parsed < client->http1_frag_data_len) { in handle_http1_request()844 frag_headers_len = parsed - client->http1_frag_data_len; in handle_http1_request()
995 frame->length = client->http1_frag_data_len; in handle_http1_to_http2_upgrade()
462 int http1_frag_data_len; member