From: Florian Ragwitz Date: Sat, 9 Jan 2010 17:49:24 +0000 (+0000) Subject: No, don't warn in the log. clients being retarded don't concern us usually. X-Git-Tag: 5.89000~71 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=9e1f645bb681933b97d9dc8e146141e91ce2cc93 No, don't warn in the log. clients being retarded don't concern us usually. --- diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index 3691e59..ac7469b 100644 --- a/lib/Catalyst/Engine.pm +++ b/lib/Catalyst/Engine.pm @@ -706,7 +706,7 @@ sub read { my $rc = $self->read_chunk( $c, my $buffer, $readlen ); if ( defined $rc ) { if (0 == $rc) { # Nothing more to read even though Content-Length - # said there should be. FIXME - Warn in the log here? + # said there should be. $self->finalize_read; return; }