X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FEngine.pm;fp=lib%2FCatalyst%2FEngine.pm;h=e63da832612301a21f18d14c9f0547e65b622b53;hp=b8d29a4609b4073d87c77de620825f7ddb832819;hb=4e6e0ab2246dc09edb7e2731547931fa28021829;hpb=87106f31bcbbacc350449a6fbe5d6de50b876057 diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index b8d29a4..e63da83 100644 --- a/lib/Catalyst/Engine.pm +++ b/lib/Catalyst/Engine.pm @@ -58,7 +58,7 @@ Finalize body. Prints the response output as blocking stream if it looks like a filehandle, otherwise write it out all in one go. If there is no body in the response, we assume you are handling it 'manually', such as for nonblocking style or asynchronous streaming responses. You do this by calling L<\write> -several times (which sends HTTP headers if needed) or you close over L<\write_fh>. +several times (which sends HTTP headers if needed) or you close over C<$response->write_fh>. See L and L for more.