Armel Asselin fixed problems when you gave a proxy URL with user name and

empty password or no password at all. Test case 278 and 279 were added to
verify.
This commit is contained in:
Daniel Stenberg
2006-09-20 21:49:41 +00:00
parent ca5de26f50
commit ec4a16f2e0
6 changed files with 103 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ This release includes the following changes:
This release includes the following bugfixes:
o proxy URL with user name and empty password or no password at all now work
o fixed a socket state problem with *multi_socket()
o (HTTP) NTLM hostname fix
o getsockname usage fixes