20 Dec
2022
20 Dec
'22
6:49 p.m.
I am afraid we can't plainly queue and wait in WinHttpReceiveResponse(), it will currently block if queued from async callback as we have one thread processing requests at a time. Or do you mean something else?
Right, that means we will have to allow more than one thread processing requests. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1851#note_19950