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 | |||
| Missing in 1.5.x: |
Description
To fix this a simple
if (con->mode != DIRECT) return HANDLER_GO_ON;
should be good enough.
History
Updated by stbuehler over 2 years ago
Fixed in r2083 for 1.4.x
Updated by stbuehler about 2 years ago
- Status changed from New to Fixed
- Resolution set to fixed
Fixed in r2240 for 1.5.x
Also available in: Atom