Pavel P

Results 104 comments of Pavel P

@mandreyel ^^^ please merge

note, this one depends on #120

That's the PR that closes the issue: https://github.com/mandreyel/mio/pull/88 the PR fixes a few issues in the code. It didn't have `inline` to avoid linker errors, it didn't have `#include `...

FYI, https://github.com/mandreyel/mio/pull/88 fixes this problem as well as linking errors

The best way for me to fix is to reproduce the error. @Ch40zz is it easy for you to provide some minimal example to repro the issue? Overall, it was...

Sorry for the lengthy iterative "debugging". I don't know this code, and I didn't touch curl since that PR was merged. Perhaps, all the `quick_exit` part is irrelevant for the...

> Is this a duplicate of #13517 ? I made two PRs so that [Ch40zz](https://github.com/Ch40zz) could try both of these and see which one fixes the issue. > I mean,...

perhaps, it should even do this: ``` #ifdef _WIN32 if(td && td->complete_ev) { Curl_GetAddrInfoExCancel(&td->tsd.w8.cancel_ev); (void)thread_wait_resolv(data, NULL, FALSE); return; ///

> Or even this? No, that's not OK. This breaks all windows builds that do not have that async dns api (complete_ev test checks if dns api is used, otherwise...