Revision 5029
Added by daigle over 15 years ago
src/perl/Metacat/Metacat.pm | ||
---|---|---|
117 | 117 |
# set cookies on UA object |
118 | 118 |
my $cookie_jar = $self->{'cookies'}; |
119 | 119 |
$$cookie_jar->add_cookie_header($request); |
120 |
#print "Content_type:text/html\n\n"; |
|
120 | 121 |
#print "request: " . $request->as_string(); |
121 | 122 |
|
122 | 123 |
my $response = $userAgent->request($request); |
Also available in: Unified diff
Add Content_type line so debug prints