mirror of
https://github.com/curl/curl.git
synced 2026-04-30 09:17:51 +03:00
don't restart sockfilt after only 5 seconds of inactivity
This commit is contained in:
parent
bac63914db
commit
3aced17c75
1 changed files with 1 additions and 1 deletions
|
|
@ -722,7 +722,7 @@ while(1) {
|
|||
my $input;
|
||||
eval {
|
||||
local $SIG{ALRM} = sub { die "alarm\n" };
|
||||
alarm 5; # just in case things go bad
|
||||
alarm 360; # just in case things go REALLY bad
|
||||
$input = <STDIN>;
|
||||
alarm 0;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue