aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-14 21:22:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-14 21:22:51 +0000
commit0d0d5e7ee3b8575118d8d268802623f2a9a49ee5 (patch)
tree716e4e63a171e2271ed3228319288aeb3d6be976 /CHANGES
parent4f567d0f815a7214130ef968b34e5560bf2f49c1 (diff)
Harshal Pradhan fixed changing username/password on a persitent HTTP
connection.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index eb913c2e2..aa6540287 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,7 +7,17 @@
Changelog
+Daniel (14 December 2004)
+- Harshal Pradhan patched a HTTP persistent connection flaw: if the user name
+ and/or password were modified between two requests on a persistent
+ connection, the second request were still made with the first setup!
+
+ I added test case 519 to verify the fix.
+
Daniel (13 December 2004)
+- Gisle added CURLINFO_SSL_ENGINES to curl_easy_getinfo() to allow an app
+ to list all available crypto ENGINES.
+
- Gisle fixed bug report #1083542, which pointed out a problem with resuming
large file (>4GB) file:// transfers on windows.