Subject: | Catalyst::Engine::FastCGI holds conenction too long |
Is seems that Catalyst::Engine::FastCGI has a following problem: it
holds connection (and client) until $request->Accept is called. This
means that client is still connected after finalize. This makes plugins
like Catalyst::Plugin::RunAfterRequest useless with FastCGI.
Attaching patch to fix the problem.
Thanks.
Subject: | patch |
Message body not shown because it is not plain text.