From: Andy Grundman Date: Fri, 5 Dec 2008 08:13:06 +0000 (+0000) Subject: Fix warning with newer LWP that generates a duplicate Content-Length header X-Git-Tag: 5.8000_04~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=ec4f808f0d4c915e67fde14eeac5cfe58b0c9332 Fix warning with newer LWP that generates a duplicate Content-Length header --- diff --git a/t/aggregate/live_engine_request_uploads.t b/t/aggregate/live_engine_request_uploads.t index cd57b03..8d98da0 100644 --- a/t/aggregate/live_engine_request_uploads.t +++ b/t/aggregate/live_engine_request_uploads.t @@ -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' );