Searched refs:contentlength (Results 1 – 2 of 2) sorted by relevance
3450 curl_off_t contentlength = curlx_strtoofft(k->p+15, NULL, 10); in Curl_http_readwrite_headers() local3452 contentlength > data->set.max_filesize) { in Curl_http_readwrite_headers()3456 if(contentlength >= 0) { in Curl_http_readwrite_headers()3457 k->size = contentlength; in Curl_http_readwrite_headers()3470 ", closing after transfer\n", contentlength); in Curl_http_readwrite_headers()
9692 - Greg Hewgill found out that the variable holding 'contentlength' wasn't big