diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-07-17 20:59:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-07-17 20:59:53 +0000 |
commit | 1d728aae2a8211a7a9f9f66073bdd672e7a1d2cc (patch) | |
tree | 8224def10df7d6187d76999925c32e9a3a64154d /CHANGES | |
parent | 98b9349be789af03bf5c311cb996eb55cc3aa12b (diff) |
Jofell Gallardo posted a libcurl log using FTP that exposed a bug which made
a control connection that was deemed "dead" to yet be re-used in a following
request. We must make sure the connection gets closed on this situation.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel S (17 July 2007) +- Jofell Gallardo posted a libcurl log using FTP that exposed a bug which made + a control connection that was deemed "dead" to yet be re-used in a following + request. + Daniel S (13 July 2007) - Colin Hogben filed bug report #1750274 (http://curl.haxx.se/bug/view.cgi?id=1750274) and submitted a patch for the |