From b4cf62b67d1d90b99f615b10c6ded5b32358481f Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Mon, 18 Apr 2005 06:08:56 +0000 Subject: [PATCH] - mod_deflate currently only does C-E, and not T-E. Fix the comment at the top saying it does T-E. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161738 13f79535-47bb-0310-9956-ffa450edef68 --- modules/filters/mod_deflate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/filters/mod_deflate.c b/modules/filters/mod_deflate.c index 34917705fac..f248a82354d 100644 --- a/modules/filters/mod_deflate.c +++ b/modules/filters/mod_deflate.c @@ -15,7 +15,7 @@ */ /* - * mod_deflate.c: Perform deflate transfer-encoding on the fly + * mod_deflate.c: Perform deflate content-encoding on the fly * * Written by Ian Holsman, Justin Erenkrantz, and Nick Kew */ -- 2.47.2