Bug #1565

mod_compress does not check if the request is already handled, e.g. by fastcgi

Added by stbuehler about 1 year ago. Updated 11 months ago.

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.

mod_compress-should-check-con-mode-DIRECT_lighty1.4.patch (786 Bytes) stbuehler, 02/15/2008 03:47 pm

mod_compress-should-check-con-mode-DIRECT_lighty1.5.patch (797 Bytes) stbuehler, 02/15/2008 03:52 pm

History

Updated by stbuehler about 1 year ago

Fixed in r2083 for 1.4.x

Updated by stbuehler 11 months ago

  • Status changed from New to Fixed
  • Resolution set to fixed

Fixed in r2240 for 1.5.x

Also available in: Atom PDF