wininet: Don't return an error for INTERNET_OPTION_SEND/RECEIVE_TIMEOUT not being implemented

on protocols other than HTTP, just print a FIXME. Reported by Michael Moss.
This commit is contained in:
Rob Shearman 2006-11-02 16:49:19 +00:00 committed by Alexandre Julliard
parent 7dff8c19ee
commit 01425f603a
1 changed files with 0 additions and 2 deletions

View File

@ -2397,8 +2397,6 @@ BOOL WINAPI InternetSetOptionW(HINTERNET hInternet, DWORD dwOption,
{
FIXME("INTERNET_OPTION_SEND/RECEIVE_TIMEOUT not supported on protocol %d\n",
lpwhh->htype);
INTERNET_SetLastError(ERROR_INVALID_PARAMETER);
ret = FALSE;
}
}
else