diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-01-29 13:07:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-01-29 13:07:16 +0000 |
commit | c4ff5eb0ca9322a6671d581e80e0c63085b21426 (patch) | |
tree | 03874f63e536a826cd2eb6f677505aaf38b40184 /CHANGES | |
parent | 0859cd24440d5d3fe49b4a68da70eb14ce08d950 (diff) |
conn->ip_addr MUST NOT be used on re-used connections
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |