From: André Malo Date: Sun, 2 Nov 2003 12:21:33 +0000 (+0000) Subject: add a comment X-Git-Tag: pre_ajp_proxy~1076 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be807cff9a52986c01358e3de4456a70eb8d72b2;p=apache add a comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101678 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/mod_mime.c b/modules/http/mod_mime.c index d4858cea8f..85e9b2be17 100644 --- a/modules/http/mod_mime.c +++ b/modules/http/mod_mime.c @@ -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, ", ",