Releases: kamchatka-volcano/fcgi_responder
Releases · kamchatka-volcano/fcgi_responder
v1.2.0
- Improved error handling by establishing the following logic: if something wrong with the record's header, clean the buffer and discard received data; if the header is fine, but the message can't be read - skip the record using the record size from the header.
- Added configs and utilities for fuzzing testing with AFL++
- Fixed a bug with creation of strings with unchecked size, found using AFL++.
v1.1.0
- Added
fcgi::Requester
- a class for making FastCGI requests, using it you can communicate with FastCGI applications, including the ones based onfcgi::Responder
- Added
fcgi::Request::params()
method returning a list of parameter name-value pairs. - DEPRECATED
fcgi::Request::paramList()
method returning a list of parameters names.
v1.0.0
Initial version