winhttp: Only output fixme for unhandled resolve timeout.
This commit is contained in:
parent
68039dcaff
commit
2b99adc2f1
|
@ -1169,7 +1169,8 @@ BOOL WINAPI WinHttpSetTimeouts( HINTERNET handle, int resolve, int connect, int
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
FIXME("resolve timeout not supported\n");
|
||||
if (resolve > 0)
|
||||
FIXME("resolve timeout (%d) not supported\n", resolve);
|
||||
|
||||
if (!(request = (request_t *)grab_object( handle )))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue