[ros-bugs] [Bug 1868] InternetReadFile doesn't read any data in wininet.dll
ReactOS.Bugzilla at www.reactos.org
ReactOS.Bugzilla at www.reactos.org
Sun Jul 29 21:29:00 CEST 2007
http://www.reactos.org/bugzilla/show_bug.cgi?id=1868
------- Comment #2 from ayerkes at speakeasy.net 2007-07-29 21:28 CET -------
Interesting ... We do get data, but it isn't written by
WriteFile(STD_OUTPUT_HANDLE...
If i replace that with
for(i = 0; i < amountLeft; i++)
printf("%c", buffer[i]);
Then I see the data.
So I'm not sure. I wonder if we're borking the standard handles somehow
inside wininet.
--
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.
More information about the Ros-bugs
mailing list