From 6f4be46b0e04eff1b621f84b0aa7b99cc8cf08dc Mon Sep 17 00:00:00 2001 From: Dirk-Willem van Gulik Date: Fri, 17 Mar 2000 01:10:41 +0000 Subject: [PATCH] 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 --- modules/http/mod_mime.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.50.1