Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better as

it now will read the full data sent from servers. The SOCKS-related code was
also moved to the new lib/socks.c source file.
This commit is contained in:
Daniel Stenberg
2006-09-23 19:07:20 +00:00
parent b0d3ba76a0
commit 3ea8a4d220
8 changed files with 585 additions and 480 deletions

View File

@@ -21,6 +21,7 @@ This release includes the following changes:
This release includes the following bugfixes:
o SOCKS proxy connection fixes
o (FTP) a failed upload does not invalidate the control connection
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()