Searched refs:expectsend (Results 1 – 1 of 1) sorted by relevance
409 curl_off_t expectsend = Curl_creader_total_length(data); in http_perhapsrewind() local410 curl_off_t upload_remain = (expectsend >= 0) ? (expectsend - bytessent) : -1; in http_perhapsrewind()
Completed in 11 milliseconds