[PATCH 4/6] urlmon: Fix HttpProtocol behavior when it is called without the BINDF_FROMURLMON flag.

Misha Koshelev mk144210 at bcm.edu
Tue Jul 17 19:52:14 CDT 2007


This fixes the behavior. Tests are in patch 6 but we can't really add them first b/c in the
case of having BINDF_FROMURLMON the reads are "driven" by Switch calls and in the case of not
having BINDF_FROMURLMON reads are "driven" by ReportData. If the appropriate ReportData's are 
not sent (before this patch is added) and the tests in patch 6 are run, it will just sit there
waiting for a ReportData that will never come, so we implement the functionality first and then
the tests.
---
 dlls/urlmon/http.c |   24 +++++++++++++++++-------
 1 files changed, 17 insertions(+), 7 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 95e203a7e8a34da6f126554c0b3694472f05d2b0.diff
Type: text/x-patch
Size: 3946 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070717/23f9f52c/95e203a7e8a34da6f126554c0b3694472f05d2b0.bin


More information about the wine-patches mailing list