diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-01-10 23:32:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-01-10 23:32:14 +0000 |
commit | 9d1145598abf9fddae2e88cca9e114c12a1b7d9d (patch) | |
tree | 1d51de45e9d767e87a6ee6f466a2684b73383277 /CHANGES | |
parent | 065e466f1a8b947770562ec98bd10ad3ed143d49 (diff) |
Bruce Mitchener identified (bug report #1099640) the never-ending SOCKS5
problem with the version byte and the check for bad versions. Bruce has lots
of clues on this, and based on his suggestion I've now removed the check of
that byte since it seems to be able to contain 1 or 5.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,12 @@ Changelog +Daniel (11 January 2005) +- Bruce Mitchener identified (bug report #1099640) the never-ending SOCKS5 + problem with the version byte and the check for bad versions. Bruce has lots + of clues on this, and based on his suggestion I've now removed the check of + that byte since it seems to be able to contain 1 or 5. + Daniel (10 January 2005) - Pavel Orehov reported memory problems with the multi interface in bug report #1098843. In short, a shared DNS cache was setup for a multi handle and when |