urlmon: Don't ignore bytes read from IInternetProtocol_Read if hres is not S_OK ...
commit03ac3b5e95f68395ebc49fda5457a0e7941d40eb
authorMisha Koshelev <mk144210@bcm.edu>
Tue, 24 Jul 2007 01:30:17 +0000 (23 20:30 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 Jul 2007 10:18:15 +0000 (24 12:18 +0200)
tree15b200e0d8ccc52b28512ca9779e617728642ed0
parent9bcb9c16ec8394f3dbae1a553378bb935bf46e20
urlmon: Don't ignore bytes read from IInternetProtocol_Read if hres is not S_OK (e.g., E_PENDING).

Bytes can still be read with E_PENDING returned if the whole request could not be satisfied, don't
ignore those.
dlls/urlmon/binding.c