From: Dirk-Willem van Gulik Date: Fri, 17 Mar 2000 01:10:41 +0000 (+0000) Subject: Added AddCharset back in again. Need that badly for X-Git-Tag: APACHE_2_0_ALPHA_2~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f4be46b0e04eff1b621f84b0aa7b99cc8cf08dc;p=apache Added AddCharset back in again. Need that badly for my production hosts. Still checking and this also exposes the lack of EBCDIC and the NOT_PROXY change which is done since 1.3.9 PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84785 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/mod_mime.c b/modules/http/mod_mime.c index d9f4ccf98f..a39c7a2e8b 100644 --- a/modules/http/mod_mime.c +++ b/modules/http/mod_mime.c @@ -85,7 +85,8 @@ * #define ap_isascii(c) ((OS_ASC(c) & 0x80) == 0) */ -/* XXXXX - fix me - See note with NOT_PROXY */ +/* XXXXX - fix me - See note with NOT_PROXY + */ typedef struct handlers_info { char *name;