Changeset 89
- Timestamp:
- 12/08/06 10:09:08 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/stephenson-link_scoring/lib/HoneyClient/Agent/Driver/Browser.pm
r88 r89 957 957 # Create a new user agent. 958 958 my $ua = LWP::UserAgent->new( 959 timeout => $timeout,# Fixed timeout.959 timeout => 120, # Fixed timeout. 960 960 max_redirect => 0, # Ignore redirects. 961 961 protocols_allowed => [ 'http', 'https' ], # Allow only web protocols.
