Home
last modified time | relevance | path

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

/curl/tests/http/testenv/mod_curltest/
H A Dmod_curltest.c537 apr_off_t rbody_max_len = -1; in curltest_put_handler() local
578 rbody_max_len = (int)apr_atoi64(val); in curltest_put_handler()
619 if((rbody_max_len > 0) && (rbody_len > rbody_max_len)) { in curltest_put_handler()

Completed in 7 milliseconds