Fix warning with newer LWP that generates a duplicate Content-Length header
Andy Grundman [Fri, 5 Dec 2008 08:13:06 +0000 (08:13 +0000)]
t/aggregate/live_engine_request_uploads.t

index cd57b03..8d98da0 100644 (file)
@@ -270,7 +270,6 @@ use Path::Class::Dir;
         'http://localhost/dump/body/',
         'Content-Type' => 'application/octet-stream',
         'Content'      => 'foobarbaz',
-        'Content-Length' => 9,
     );
 
     ok( my $response = request($request), 'Request' );