Actions
Bug #131
closedFastCGI FCGI_STDOUT before FCGI_STDIN bug
ASK QUESTIONS IN Forums:
Description
The FastCGI specification (http://www.fastcgi.com/devkit/doc/fcgi-spec.html) says: @`@The application must wait to finish reading FCGI_PARAMS before it begins writing FCGI_STDOUT and FCGI_STDERR, but it needn't finish reading from FCGI_STDIN before it begins writing these two streams''.
lighttpd fails to comply to the specification, because it wants to send FCGI_STDIN before it accepts FCGI_STDOUT.
-- pts
Updated by conny almost 19 years ago
Confirmation needed - is this still present as a bug?
Updated by gstrauss over 8 years ago
- Related to Bug #2566: mod_fastcgi should handle "quick" responses added
Updated by gstrauss over 8 years ago
- Description updated (diff)
- Status changed from New to Patch Pending
- Assignee deleted (
jan) - Target version set to 1.4.40
fixed submitted as part of https://github.com/lighttpd/lighttpd1.4/pull/53
Updated by gstrauss over 8 years ago
- Status changed from Patch Pending to Fixed
- % Done changed from 0 to 100
Applied in changeset 2f21aaa973a902ee237a9894bdedd6c82c8edfe2.
Actions
Also available in: Atom