]> granicus.if.org Git - apache/commitdiff
add a comment
authorAndré Malo <nd@apache.org>
Sun, 2 Nov 2003 12:21:33 +0000 (12:21 +0000)
committerAndré Malo <nd@apache.org>
Sun, 2 Nov 2003 12:21:33 +0000 (12:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101678 13f79535-47bb-0310-9956-ffa450edef68

modules/http/mod_mime.c

index d4858cea8f2fb33ff6abf2f6999cdd0d59e32afc..85e9b2be1775b43ff9820b753f9c9ce256c5e33f 100644 (file)
@@ -875,7 +875,11 @@ static int find_ct(request_rec *r)
                     r->content_encoding = exinfo->encoding_type;
                 }
                 else {
-                    /* XXX should eliminate duplicate entities */
+                    /* XXX should eliminate duplicate entities
+                     *
+                     * ah no. Order is important and double encoding is neither
+                     * forbidden nor impossible. -- nd
+                     */
                     r->content_encoding = apr_pstrcat(r->pool,
                                                       r->content_encoding,
                                                       ", ",