[PATCH 3/5] urlmon: Report BINDSTATUS_DOWNLOADINGDATA on BSCF_INTERMEDIATEDATANOTIFICATION.

Misha Koshelev mk144210 at bcm.edu
Thu Aug 2 00:09:20 CDT 2007


Oh yeah, forgot to say patch 2 also conforms a bit more closely to native based on some fairly thorough
testing I did of exactly which BINDSTATUS's are sent together using both different protocols and also
a few URLs (specifically the POST test URL is quite helpful as the string it returns is so short we can
see that BEGIN and END are sent together).

This patch adds the BINDSTATUS_DOWNLOADINGDATA, which is needed when we unroll the hack to conform to
our url.c test (strictly that test is not correct for an _arbitrary_ URL, as DOWNLOADING data is not sent
for really short replies such as 7 bytes where it is just BEGIN and END, but for the URL actually being
downloaded it does seem correct and in any case this test conforms to the test and to actual native behavior too).
---
 dlls/urlmon/binding.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 652fd9684f2862c53d7034d0425481b73617be37.diff
Type: text/x-patch
Size: 665 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070802/0084485a/652fd9684f2862c53d7034d0425481b73617be37.bin


More information about the wine-patches mailing list