Ticket #131 (new defect)
FastCGI FCGI_STDOUT before FCGI_STDIN bug
| Reported by: | pts@… | Owned by: | jan |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | mod_fastcgi | Version: | |
| Severity: | normal | Keywords: | cleanup |
| Cc: | Blocked By: | ||
| Need User Feedback: | Blocking: |
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

