Improved timeout handling

pull/1/head
root 16 years ago
parent 1cb3ed3788
commit 8871b96ab1

@ -21,6 +21,7 @@ $ua = LWP::UserAgent->new(agent => 'Translingo Client 1.0');
use HTTP::Request::Common qw(POST);
$ua->cookie_jar({});
$ua->timeout(10000);
my $req = POST 'http://translingo.cacert.org/login.php',
[

Loading…
Cancel
Save