Changes for version 0.14
- Reworked constructor to use IO::Async::Loop->listen(). Allows specifying a specific hostname.
- Added Request->stream_stdout_then_finish().
- Combine small stream writes into larger ones, to gain overhead efficiences over the TCP socket.
- BUGFIXES:
- Respect the FCGI_KEEP_CONN flag to close connections if required
Modules
Module to allow use of FastCGI asynchronously
A module containing FastCGI protocol constants
Class to represent one active FastCGI request
Provides
in lib/FCGI/Async/BuildParse.pm
in lib/FCGI/Async/ClientConnection.pm