ares resolve timeout and ca bundle include fixes

This commit is contained in:
Daniel Stenberg 2004-02-02 12:46:58 +00:00
parent dd1f495c2f
commit 253f5f1a9a
1 changed files with 8 additions and 0 deletions

View File

@ -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.