Home
last modified time | relevance | path

Searched refs:with_cl (Results 1 – 1 of 1) sorted by relevance

/curl/tests/http/testenv/mod_curltest/
H A Dmod_curltest.c337 int close_conn = 0, with_cl = 0; in curltest_tweak_handler() local
428 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