Don't bother to install a SIGALRM handler unless alarm() is available.

Also, leave the existing SIGALRM handler alone if the timeout is too small
to handle.
This commit is contained in:
Dan Fandrich
2008-09-19 00:43:51 +00:00
parent f7ef60c13f
commit dfa0fd5b33
2 changed files with 37 additions and 37 deletions

View File

@@ -6,6 +6,11 @@
Changelog
Daniel Fandrich (18 Sep 2008)
- Don't bother to install a SIGALRM handler unless alarm() is available.
Also, leave the existing SIGALRM handler alone if the timeout is too small
to handle.
Daniel Fandrich (17 Sep 2008)
- Removed reference to curl-ca-bundle.crt in the host verification failure
error message.