X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FEngine%2FHTTP.pm;fp=lib%2FCatalyst%2FEngine%2FHTTP.pm;h=f7a13eae224ff4aa8cac62230843728295d426ba;hp=d35e604872824371a7c6fe84b1398d6a62ff920f;hb=11c270bdda5402dc39e2ca54dfd65af42dedbe3c;hpb=6a893485c342dfec4041f00eb10438ccc9327b65 diff --git a/lib/Catalyst/Engine/HTTP.pm b/lib/Catalyst/Engine/HTTP.pm index d35e604..f7a13ea 100644 --- a/lib/Catalyst/Engine/HTTP.pm +++ b/lib/Catalyst/Engine/HTTP.pm @@ -25,6 +25,10 @@ has _write_error => ( is => 'rw', predicate => '_has_write_error' ); use namespace::clean -except => [qw/meta/]; +# Refactoring note - could/should Eliminate all instances of $self->{inputbuf}, +# which I haven't touched as it is used as an lvalue in a lot of places, and I guess +# doing it differently could be expensive.. Feel free to refactor and NYTProf :) + =head1 NAME Catalyst::Engine::HTTP - Catalyst HTTP Engine