mirror of
https://github.com/curl/curl.git
synced 2026-08-06 23:36:15 +03:00
parent
3509aa8023
commit
e695b070a5
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -151,7 +151,7 @@ static curlioerr ioctl_callback(CURL *handle, int cmd, void *clientp)
|
|||
{
|
||||
(void)clientp;
|
||||
if(cmd == CURLIOCMD_RESTARTREAD) {
|
||||
printf("APPLICATION: recieved a CURLIOCMD_RESTARTREAD request\n");
|
||||
printf("APPLICATION: received a CURLIOCMD_RESTARTREAD request\n");
|
||||
printf("APPLICATION: ** REWINDING! **\n");
|
||||
current_offset = 0;
|
||||
return CURLIOE_OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue