Project

General

Profile

Bug #1565 » mod_compress-should-check-con-mode-DIRECT_lighty1.5.patch

stbuehler, 2008-02-15 15:52

View differences:

src/mod_compress.c
int compression_type = 0;
buffer *mtime, *content_type;
if (con->mode != DIRECT) return HANDLER_GO_ON;
if (con->conf.log_request_handling) TRACE("-- %s", "handling in mod_compress");
/* only GET and POST can get compressed */
(2-2/2)