diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-02 12:46:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-02 12:46:58 +0000 |
commit | 253f5f1a9a976a0f9bd1dff16900404ca02e332f (patch) | |
tree | c52140d0aec7db862113cc4c7748b46d448f3057 | |
parent | dd1f495c2f660881fcbafbc95b4c5dc02588f407 (diff) |
ares resolve timeout and ca bundle include fixes
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |