Merge remote branch 'shadowcat/master'
authorTomas Doran <bobtfish@bobtfish.net>
Thu, 28 Apr 2011 08:51:02 +0000 (09:51 +0100)
committerTomas Doran <bobtfish@bobtfish.net>
Thu, 28 Apr 2011 08:51:02 +0000 (09:51 +0100)
commite564fec7c04eac1748c02872dc5c663548bb9dd9
tree8b49de4b6022f28335d54092920f42753c63a598
parentf3081520fcef681b057891f31b57f6edcc5f9033
parent7369e6b96a59b425f5b44bdf52a95387baa0e782
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/    /