wininet: Don't peek data in InternetQueryDataAvailable if there is no more to be expected.

Misha Koshelev mk144210 at bcm.edu
Sat Aug 11 00:46:10 CDT 2007


Too bad this did not make it in time for 0.9.43 but I just noticed the problem when I was trying to install
ie6setup and it would just hang. It turns out that recv() with MSG_PEEK just seems to block indefinitely
at least on the microsoft.com URL for iexplorer download sites when we try to read more data than is
expected from the content length (whereas no problems were encountered with any of the winehq/codeweavers 
and invitrogen sites, go figure).
---
 dlls/wininet/internet.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ec2cd7cf87ecddfa5f9b581010b80995cf017638.diff
Type: text/x-patch
Size: 956 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070811/8b7a49ff/ec2cd7cf87ecddfa5f9b581010b80995cf017638.bin


More information about the wine-patches mailing list