Forgot to disable alarms after fetchXGet() in previous commit.
This commit is contained in:
parent
c1a4236482
commit
f8dcf07de6
@ -387,6 +387,8 @@ fetch(char *URL, const char *path)
|
||||
if (timeout)
|
||||
alarm(timeout);
|
||||
f = fetchXGet(url, &us, flags);
|
||||
if (timeout)
|
||||
alarm(0);
|
||||
if (sigalrm || sigint)
|
||||
goto signal;
|
||||
if (f == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user