Bug #898
need to send response body for 406 status
| Status: | Fixed | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | core | |||
| Target version: | - | |||
| Pending: | No |
Resolution: | fixed |
|
Description
i have an application running via fastcgi which generates http 406 errors. lighttpd properly sends the http status code in the response headers, but it does not send the response body as sent by the application.
the 406 code should be added to the list of response code for which lighttpd sends back the response body.