summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/filters/mod_charset_lite.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/filters/mod_charset_lite.c b/modules/filters/mod_charset_lite.c
index 666cff3aec..2e8a9e0942 100644
--- a/modules/filters/mod_charset_lite.c
+++ b/modules/filters/mod_charset_lite.c
@@ -825,9 +825,6 @@ static apr_status_t xlate_out_filter(ap_filter_t *f, apr_bucket_brigade *bb)
}
}
- /* catch proxy requests */
- if (f->r->proxyreq) return DECLINED;
-
/* Opening the output translation (this used to be done in the fixup hook,
* but that was too early: a subsequent type modification, e.g., by a
* CGI script, would go unnoticed. Now we do it in the filter itself.)