Commit 9fc17902 authored by Bill Stoddard's avatar Bill Stoddard
Browse files

This patch fixes EBCDIC conversion for Apache 1.3.9 on platforms that

support mmap.  Currently, ap_checkconv() is called only if mmap is not
supported, or if mmap fails.  This results in mangled .gif's and .jpg's
etc. because EBCDIC-ASCII conversion is done by default when
CHARSET_EBCDIC is defined.
Submitted by:	Greg Ames
Reviewed by:	Bill Stoddard


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@84015 13f79535-47bb-0310-9956-ffa450edef68
parent 1485de41
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment