Bug #1565
mod_compress does not check if the request is already handled, e.g. by fastcgi
| Status: | Fixed | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | core | |||
| Target version: | 1.5.0 | |||
Description
To fix this a simple
if (con->mode != DIRECT) return HANDLER_GO_ON;
should be good enough.