diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-11 21:49:56 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-11 21:49:56 +0000 |
commit | d6edcfb486aab6a0abf23bb658682419fe9d5efe (patch) | |
tree | 2500da41986d31fd27cc1ba48f65a1dbab431b5c /TODO-RELEASE | |
parent | 1d5a914c1c0a82e0a633f559d6500027e3030253 (diff) |
Optimize the way libcurl uses CWD
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index e34817043..52e9b73ec 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -28,6 +28,9 @@ To get fixed in 7.11.2 (planned release May/June 2004) 27. Put the version defines in their own header file, so that lib/libcurl.rc can include only that to reduce problems with MSVC. +28. Optimize the way libcurl uses CWD on each new request over a persistent + connection (on FTP) even if it doesn't have to. + To get fixed in 7.12.0 ====================== |