Now uses sigsetjmp() and siglongjmp() to bail out from slow name lookups in
authorDaniel Stenberg <daniel@haxx.se>
Tue, 11 Jun 2002 15:10:18 +0000 (15:10 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 11 Jun 2002 15:10:18 +0000 (15:10 +0000)
commit3c49b405de4fbf1fd7127f91908261268640e54f
tree935a71bd0bfc907bd5046fdb84e2f48ea3795465
parent4cfffd6c4a50df7de82bfcaa2c0466be07801290
Now uses sigsetjmp() and siglongjmp() to bail out from slow name lookups in
case a timeout is set. This seems to work. God knows if it is good enough
or what kind of side-effects we introduce here and now.

I'll close my eyes and cross my fingers. Hard.
configure.in
lib/hostip.c
lib/url.c