• 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
Name
Last commit
Last update
..
tests Loading commit data...
Makefile.in Loading commit data...
bindctx.c Loading commit data...
binding.c Loading commit data...
bindprot.c Loading commit data...
download.c Loading commit data...
file.c Loading commit data...
format.c Loading commit data...
ftp.c Loading commit data...
http.c Loading commit data...
internet.c Loading commit data...
mk.c Loading commit data...
regsvr.c Loading commit data...
rsrc.rc Loading commit data...
sec_mgr.c Loading commit data...
session.c Loading commit data...
umon.c Loading commit data...
umstream.c Loading commit data...
urlmon.inf Loading commit data...
urlmon.spec Loading commit data...
urlmon_main.c Loading commit data...
urlmon_main.h Loading commit data...
version.rc Loading commit data...