wininet: Fix variables values after redirection in HTTP_HttpSendRequestW.
commit224af0d0e7a936e9a88b8124e98a9a2ae6a56ebf
authorPiotr Caban <piotr@codeweavers.com>
Thu, 20 May 2010 00:35:38 +0000 (20 02:35 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 20 May 2010 14:48:37 +0000 (20 16:48 +0200)
tree98befc2faaa360af7efe29ba6d05816388e39c53
parentee5ee5c538db0622283886988e66641c5536a0b4
wininet: Fix variables values after redirection in HTTP_HttpSendRequestW.

Moved dwContentLength reset after HTTP_DrainContent (this function
disconnects when dwContentLength is set to ~0u).
dlls/wininet/http.c