mirror of
https://github.com/reactos/wine.git
synced 2025-02-15 18:37:49 +00:00
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…
x
Reference in New Issue
Block a user