aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-11-25 09:12:56 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-11-25 09:12:56 +0000
commite80bdd66f9292bf43f9b7d5d9ae4df419877cdaf (patch)
tree7bb78966c5194df13a7890779bf58972a17b22b4 /CHANGES
parentd083fac1fc5f81fd2fa44295a1a3aaff1e0fb72f (diff)
filed is not fixed ;-)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 7e314594d..454ba6272 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,7 +8,7 @@
Daniel (25 November)
-- 'Dave' fixed bug report #848371, identifying that if you'd do POST over a
+- 'Dave' filed bug report #848371, identifying that if you'd do POST over a
proxy to a https server, libcurl didn't POST at all, it just made a GET! It
turned out to be because libcurl wronly didn't consider the authentication
"negotitation phase" to be complete yet.