shift / pulledpork

Automatically exported from code.google.com/p/pulledpork
GNU General Public License v2.0
0 stars 0 forks source link

Default timeout value of 15 seconds is too low #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Run pulledpork 0.5.0 behind a proxy that does virus scanning.  (When pulledpork 
requests the VRT tarball, the proxy retrieves the file and does a full virus 
scan before sending it down to pulledpork.  This takes longer than the 15 
second default timeout value.)

What is the expected output? What do you see instead?
pulledpork should download the snort tarball successfully with no errors.  
Instead, pulledpork displays a "read timeout" error message.

What version of the product are you using? On what operating system?
pulledpork 0.5.0 on CentOS 5.5

Please provide any additional information below.
I changed the timeout value from 15 seconds to 60 seconds and everything works 
fine.
$ua->timeout(60);

Original issue reported on code.google.com by doug.bu...@gmail.com on 17 Nov 2010 at 8:05

GoogleCodeExporter commented 9 years ago
done and done

Original comment by Cummin...@gmail.com on 19 Nov 2010 at 11:28