[Catalyst-commits] r12569 - Catalyst-Runtime/5.80/branches/psgi/lib/Catalyst

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Sat Jan 9 17:49:24 GMT 2010


Author: rafl
Date: 2010-01-09 17:49:24 +0000 (Sat, 09 Jan 2010)
New Revision: 12569

Modified:
   Catalyst-Runtime/5.80/branches/psgi/lib/Catalyst/Engine.pm
Log:
No, don't warn in the log. clients being retarded don't concern us usually.

Modified: Catalyst-Runtime/5.80/branches/psgi/lib/Catalyst/Engine.pm
===================================================================
--- Catalyst-Runtime/5.80/branches/psgi/lib/Catalyst/Engine.pm	2010-01-09 17:49:17 UTC (rev 12568)
+++ Catalyst-Runtime/5.80/branches/psgi/lib/Catalyst/Engine.pm	2010-01-09 17:49:24 UTC (rev 12569)
@@ -706,7 +706,7 @@
     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;
         }




More information about the Catalyst-commits mailing list