aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-01-29 13:07:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-01-29 13:07:16 +0000
commitc4ff5eb0ca9322a6671d581e80e0c63085b21426 (patch)
tree03874f63e536a826cd2eb6f677505aaf38b40184 /CHANGES
parent0859cd24440d5d3fe49b4a68da70eb14ce08d950 (diff)
conn->ip_addr MUST NOT be used on re-used connections
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 42317ac85..99f5ee58e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,9 @@
Changelog
Daniel (29 January 2005)
+- Adjusted the KNOWN_BUGS #17 fix a bit more since the FTP code also did some
+ bad assumptions.
+
- multi interface: when a request is denied due to "Maximum redirects
followed" libcurl leaked the last Location: URL.