winhttp/tests: Fix test failures on Windows 8.
This commit is contained in:
parent
61db36556a
commit
4788c214e2
@ -292,6 +292,8 @@ static void test_connection_cache( void )
|
|||||||
WinHttpCloseHandle( req );
|
WinHttpCloseHandle( req );
|
||||||
WinHttpCloseHandle( con );
|
WinHttpCloseHandle( con );
|
||||||
WinHttpCloseHandle( ses );
|
WinHttpCloseHandle( ses );
|
||||||
|
|
||||||
|
Sleep(2000); /* make sure connection is evicted from cache */
|
||||||
}
|
}
|
||||||
|
|
||||||
static const struct notification redirect_test[] =
|
static const struct notification redirect_test[] =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user