aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-05-09 12:59:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-05-09 12:59:24 +0000
commit0510759bc4902f6b15b476f9ae94403beb9a02cb (patch)
tree1640aa1fed0e04bae03adac52c5a8af4a5726cbd /CHANGES
parent6d5cca5ed02f256dc8ee612c7b34cfdff9b87189 (diff)
- Stefan Krause reported a busy-looping case when using the multi interface
and doing CONNECT to a proxy. The app would then busy-loop until the proxy completed its response.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 52b50a8eb..d0e41a5d4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,11 @@
Changelog
+Daniel Stenberg (9 May 2008)
+- Stefan Krause reported a busy-looping case when using the multi interface
+ and doing CONNECT to a proxy. The app would then busy-loop until the proxy
+ completed its response.
+
Michal Marek (9 May 2008)
- Make Curl_write and it's callees accept a const pointer, in preparation
of tetetest's patch for curl_easy_send()