wininet: Set thread name for collect_connections_proc.

This commit is contained in:
Brendan Shanks 2022-09-23 10:17:14 -07:00 committed by Alexandre Julliard
parent 9c5b2bd62c
commit 746ad6f76e

View file

@ -249,6 +249,7 @@ static DWORD WINAPI collect_connections_proc(void *arg)
{
BOOL remaining_conns;
SetThreadDescription(GetCurrentThread(), L"wine_wininet_collect_connections");
do {
/* FIXME: Use more sophisticated method */
Sleep(5000);