winhttp: Don't try to read data when the server response is HTTP_STATUS_NO_CONTENT...
commit2087a9fbe9ab5282fca8a55575fbc0126c3ac7bf
authorHans Leidekker <hans@codeweavers.com>
Tue, 9 Dec 2014 11:50:07 +0000 (9 12:50 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 9 Dec 2014 12:17:03 +0000 (9 13:17 +0100)
tree6bd206e45d8072760864c86c6809f94b993b508e
parent97cd0291b004a2fe455fbf95758d45ada10a67ac
winhttp: Don't try to read data when the server response is HTTP_STATUS_NO_CONTENT or HTTP_STATUS_NOT_MODIFIED.

Tests based on a patch by Bruno Jesus.
dlls/winhttp/request.c
dlls/winhttp/tests/winhttp.c