Changeset 93
- Timestamp:
- 12/08/06 14:27:53 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/stephenson-link_scoring/lib/HoneyClient/Agent/Driver/Browser.pm
r90 r93 972 972 $ua->default_header( 'Accept' => 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5' ); 973 973 $ua->max_size(1*1024*1024); # Don't get values larger than 1MB for testing 974 $ua->timeout($timeout);974 #$ua->timeout($timeout); 975 975 976 976 my $response = $ua->request(
