From: Paul Querna Date: Mon, 18 Apr 2005 06:08:56 +0000 (+0000) Subject: - mod_deflate currently only does C-E, and not T-E. Fix the comment at the top saying... X-Git-Tag: 2.1.5~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4cf62b67d1d90b99f615b10c6ded5b32358481f;p=thirdparty%2Fapache%2Fhttpd.git - 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 --- 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 */