we use signal() to ignore signals only as long as we have to, and we now
authorDaniel Stenberg <daniel@haxx.se>
Wed, 7 Nov 2001 14:13:29 +0000 (14:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 7 Nov 2001 14:13:29 +0000 (14:13 +0000)
commitfe3a78ab1997f650dd6e76a7a0ba51b72546221e
tree66ec727b4544f297e672592c57b12b7d14e49bc7
parent1a984ea84771a85df08f6a97e7cbac3ce379743e
we use signal() to ignore signals only as long as we have to, and we now
restore the previous (if any) signal handler properly on return.
lib/transfer.c
lib/url.c