winhttp: Don't report data pending in the socket.
commit2b6dacfdbe3f4c902a9243170880757ac2f7f806
authorHans Leidekker <hans@codeweavers.com>
Tue, 9 Dec 2014 11:48:26 +0000 (9 12:48 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 9 Dec 2014 12:16:43 +0000 (9 13:16 +0100)
treeb379d43f059971776b4364c71fa91451211ffadf
parent647abcafb6e93d4dd0030b687c5d340da12a8742
winhttp: Don't report data pending in the socket.

Some installers make assumptions about the size of the internal buffer. We could
exceed that size when there's enough data pending in the socket.
dlls/winhttp/net.c