Bug #1565 » mod_compress-should-check-con-mode-DIRECT_lighty1.5.patch
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 */
|
- « Previous
- 1
- 2
- Next »