diff options
author | André Malo <nd@apache.org> | 2003-11-02 12:21:33 +0000 |
---|---|---|
committer | André Malo <nd@apache.org> | 2003-11-02 12:21:33 +0000 |
commit | be807cff9a52986c01358e3de4456a70eb8d72b2 (patch) | |
tree | f963598bf66d012290c836cf2af6db34caa616bb /modules/http/mod_mime.c | |
parent | c0fae7533a4ef1cb9901c511f62d1c31fe4fc387 (diff) | |
download | httpd-be807cff9a52986c01358e3de4456a70eb8d72b2.tar.gz |
add a comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101678 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http/mod_mime.c')
-rw-r--r-- | modules/http/mod_mime.c | 6 |
1 files changed, 5 insertions, 1 deletions
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, ", ", |