Merge remote branch 'shadowcat/master'
* shadowcat/master:
Passing wide char's down to FCGI is deprecated
remove "implicit discarding of input stream" warning. RFC 3875 is pretty clear that a script is not obliged to read any of the data.
warn in case of implicit discarding of input stream
discard any remaining data in input stream which otherwise ends up in next request
FCGI::Stream::READ()
FCGI::Stream::READ() should warn() instead of croak() incase of wide character
Removed support for SFIO
Fixed indent style and braces to be consistent
s/\t/ /