mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
parent
3509aa8023
commit
e695b070a5
Binary file not shown.
@ -151,7 +151,7 @@ static curlioerr ioctl_callback(CURL *handle, int cmd, void *clientp)
|
|||||||
{
|
{
|
||||||
(void)clientp;
|
(void)clientp;
|
||||||
if(cmd == CURLIOCMD_RESTARTREAD) {
|
if(cmd == CURLIOCMD_RESTARTREAD) {
|
||||||
printf("APPLICATION: recieved a CURLIOCMD_RESTARTREAD request\n");
|
printf("APPLICATION: received a CURLIOCMD_RESTARTREAD request\n");
|
||||||
printf("APPLICATION: ** REWINDING! **\n");
|
printf("APPLICATION: ** REWINDING! **\n");
|
||||||
current_offset = 0;
|
current_offset = 0;
|
||||||
return CURLIOE_OK;
|
return CURLIOE_OK;
|
||||||
|
Loading…
Reference in New Issue
Block a user