Changeset 89

Show
Ignore:
Timestamp:
12/08/06 10:09:08 (2 years ago)
Author:
stephenson
Message:

Working on Squid proxy integration

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/stephenson-link_scoring/lib/HoneyClient/Agent/Driver/Browser.pm

    r88 r89  
    957957    # Create a new user agent. 
    958958    my $ua = LWP::UserAgent->new( 
    959         timeout           => $timeout,            # Fixed timeout. 
     959        timeout           => 120,              # Fixed timeout. 
    960960        max_redirect      => 0,                   # Ignore redirects. 
    961961        protocols_allowed => [ 'http', 'https' ], # Allow only web protocols.