diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-09-03 22:52:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-09-03 22:52:42 +0000 |
commit | 466d093a92f3e8ccbb8af026e786bc41708caba6 (patch) | |
tree | 9945242e6dd096694db9141fa60a2dfc42d81bb5 /CHANGES | |
parent | 1e9be353c27a6351d96183acf23167db6394d611 (diff) |
- "Dortik" (http://curl.haxx.se/bug/view.cgi?id=1551412) provided a patch that
while not fixing things very nicely, it does make the SOCKS5 proxy
connection slightly better as it now acknowledges the timeout for connection
and it no longer segfaults in the case when SOCKS requires authentication
and you did not specify username:password.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -7,6 +7,13 @@ Changelog +Daniel (4 September 2006) +- "Dortik" (http://curl.haxx.se/bug/view.cgi?id=1551412) provided a patch that + while not fixing things very nicely, it does make the SOCKS5 proxy + connection slightly better as it now acknowledges the timeout for connection + and it no longer segfaults in the case when SOCKS requires authentication + and you did not specify username:password. + Daniel (31 August 2006) - Dmitriy Sergeyev found and fixed a multi interface flaw when using asynch name resolves. It could get stuck in the wrong state. |