Searched refs:with_cl (Results 1 – 1 of 1) sorted by relevance
337 int close_conn = 0, with_cl = 0; in curltest_tweak_handler() local428 with_cl = 1; in curltest_tweak_handler()442 r->clength = with_cl ? (chunks * chunk_size) : -1; in curltest_tweak_handler()443 r->chunked = (r->proto_num >= HTTP_VERSION(1, 1)) && !with_cl; in curltest_tweak_handler()
Completed in 6 milliseconds