diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-05-01 20:16:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-05-01 20:16:24 +0000 |
commit | 0f29fdaf170867c1427b6a70b899b26d2df25bf3 (patch) | |
tree | 8ee334629a861b23019d0eb92e61cd99ff8ad028 /TODO-RELEASE | |
parent | 2912d993c2e46991be0d926afdf8967e4dd58846 (diff) | |
download | curl-0f29fdaf170867c1427b6a70b899b26d2df25bf3.tar.gz |
#2784055, connect race with multi and socks proxy
bad enough to almost make socks proxies with multi interface unusable
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 0a94de87b..32d40588d 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -24,4 +24,6 @@ To be addressed in 7.19.5 (planned release: May 2009) 234 - [PATCH] Allow various Curl test suite tests to work on non-ASCII platforms -235 - +235 - #2784055, connect race with multi and socks proxy + +236 - |