Changeset 210
- Timestamp:
- 03/07/07 14:41:58 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/jpuchalski-active_content/lib/HoneyClient/Agent/Driver/Browser.pm
r205 r210 983 983 my $base = $response->base; 984 984 my $content = $response->content; 985 986 # TODO: Flash content type testing. 987 # XXX: Clean this up. 988 my $type = $response->header('Content-Type'); 989 print "Content-Type: " . $type . "\n"; 985 990 986 991 # Get the current time.
