26 Jan
2026
26 Jan
'26
3:55 p.m.
Jacek Caban (@jacek) commented about dlls/wininet/http.c:
else if(req->state == INTERNET_HANDLE_IN_USE) req->state = ERROR_INTERNET_INTERNAL_ERROR;
+ if (req->state != ERROR_SUCCESS) {
That looks suspicious, we ensure that it's not `ERROR_SUCCESS` just before that check. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9369#note_128009