Commit dc82cf9d authored by Alexandre Julliard's avatar Alexandre Julliard

wininet: Don't reset the available size after the async has been queued.

parent dc8d7e7d
......@@ -1284,7 +1284,6 @@ static DWORD FTPFILE_QueryDataAvailable(object_header_t *hdr, DWORD *available,
task = alloc_async_task(&file->hdr, FTPFILE_AsyncQueryDataAvailableProc, sizeof(*task));
INTERNET_AsyncCall(task);
*available = 0;
return ERROR_IO_PENDING;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment