]> granicus.if.org Git - apache/commitdiff
Added AddCharset back in again. Need that badly for
authorDirk-Willem van Gulik <dirkx@apache.org>
Fri, 17 Mar 2000 01:10:41 +0000 (01:10 +0000)
committerDirk-Willem van Gulik <dirkx@apache.org>
Fri, 17 Mar 2000 01:10:41 +0000 (01:10 +0000)
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

index d9f4ccf98fbaea0ef42afb3cfdd98a42c84a9ece..a39c7a2e8bb5224e68e0e8a07832e62bac5361ab 100644 (file)
@@ -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;