]> granicus.if.org Git - curl/commitdiff
ares resolve timeout and ca bundle include fixes
authorDaniel Stenberg <daniel@haxx.se>
Mon, 2 Feb 2004 12:46:58 +0000 (12:46 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 2 Feb 2004 12:46:58 +0000 (12:46 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index efbf4cba1f3cb94507f609d04035c532fa86cd71..afaa6fc8ae5aee11545d0ba861318869d8d2a34e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,14 @@
                                   Changelog
 
 Daniel(2 February 2004)
+- Based on Dirk Manske's patch, I modified the name resolving with ares to
+  feature a timeout for really slow lookups. It now defaults to 300 seconds,
+  but is now adjusted to the CONNECTTIMEOUT/TIMOUE timeouts if one of them
+  is set.
+
+- Fixed the inclusion of ca-bundle.h to really use the one in the build dir
+  before the one in the source dir. Domenico Andreoli found out and reported.
+
 - Added test case 97, a simple POST with a custom Content-Type header
   replacing the original application/x-www-form-urlencoded one.