aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-02-25 11:38:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-02-25 11:38:13 +0000
commitb819c72700d5f01cab5848f1cd3c880205d01c81 (patch)
tree94a69e7075bcdfde79837c6d9568a7ef7cea8e1e /CHANGES
parentd2cfb7fd13e1559cfa1cb1439a3faa683da99a25 (diff)
- Adam D. Moss made the HTTP CONNECT procedure less blocking when used from
the multi interface. Note that it still does a part of the connection in a blocking manner.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3afd8474f..2867cb7b7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel (25 February 2007)
+- Adam D. Moss made the HTTP CONNECT procedure less blocking when used from
+ the multi interface. Note that it still does a part of the connection in a
+ blocking manner.
+
Daniel (23 February 2007)
- Added warning outputs if the command line uses more than one of the options
-v, --trace and --trace-ascii, since it could really confuse the user.