• Rob Shearman's avatar
    urlmon: Fix race in protocol tests. · 601b3b27
    Rob Shearman authored
    The value of *called is set asynchronously and so the callback
    function could be called after IInternetProtocol_Read returns
    E_PENDING. The value of *called is only predictable after the
    WaitForSingleObject call returns. Therefore, remove the checks on
    *called before this call.
    601b3b27
protocol.c 67.3 KB