• Huw Davies's avatar
    winhttp: Don't wait for the task thread to exit. · 50d9d187
    Huw Davies authored
    Instead, have the task thread call the destructor before it exits.
    Previously, if the task thread held the final reference, it would call
    request_destroy which would then wait for itself to finish.
    50d9d187
request.c 133 KB