Changes for version 0.05 - 2010-02-06
- Net::FastCGI::Constant
- Improved documentation
- Added @FCGI_TYPE_NAME, @FCGI_ROLE_NAME and @FCGI_PROTOCOL_STATUS_NAME
- Re-factored Net::FastCGI::Protocol to use these.
- Renamed FCGI_MAX_LEN to FCGI_MAX_CONTENT_LEN
- FCGI_MAX_LEN is deprecated and will be removed in a future version.
- Net::FastCGI::Protocol
- Fixed parse_record() and parse_record_body() to properly detect malformed stream records.
- Added tests for this.
- Increased segment size in build_stream() from 8192 to 32760 to reflect modern socket buffers.
- Updated tests
- Documented segment size
- Documented scalar return value of parse_header()
- Minor documentation updates
- Fixed parse_record() and parse_record_body() to properly detect malformed stream records.
Modules
FastCGI
FastCGI protocol constants.
Provides functions to build and parse FastCGI messages.
Provides
in lib/Net/FastCGI/Protocol/PP.pm