wininet: Don't clear the auth data for Basic authentication in HTTP_InsertAuthorizati...
commit01826e0c98dab3e546d7e974bc8bfc2a2b29df12
authorRob Shearman <rob@codeweavers.com>
Tue, 27 Nov 2007 14:19:50 +0000 (27 14:19 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 27 Nov 2007 15:42:26 +0000 (27 16:42 +0100)
tree3b032c2b808d24aa72880b1b2e3039fad1adcc6d
parent41713097314354fb37df2cb71d78624d9e08a0df
wininet: Don't clear the auth data for Basic authentication in HTTP_InsertAuthorizationForHeader.

It isn't tracked per connection, unlike NTLM authentication, and so the
server will return a 401 error and try to get us to authenticate again.
However, this doesn't work as the authentication information is assumed
by the code to be valid for the whole connection.
dlls/wininet/http.c