Bug #1565

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

Added by stbuehler over 2 years ago. Updated about 2 years ago.

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.

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 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