mirror of
https://github.com/curl/curl.git
synced 2026-08-26 04:13:31 +03:00
Test harness process control enhancements
This commit is contained in:
parent
044ba6dad2
commit
002ed5f298
3 changed files with 7 additions and 3 deletions
|
|
@ -927,7 +927,7 @@ static int send_doc(curl_socket_t sock, struct httprequest *req)
|
|||
logmsg("Sent off %zd bytes", written);
|
||||
}
|
||||
/* write to file as well */
|
||||
fwrite(buffer, 1, written, dump);
|
||||
fwrite(buffer, 1, (size_t)written, dump);
|
||||
if(got_exit_signal)
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue