Commit 87a54f96 authored by Paul Querna's avatar Paul Querna
Browse files

- 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
parent a2f400a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
 */