1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

EBCDIC: Rearrange calls to ap_checkconv() so that most handlers

won't need to call it.
Submitted by:	Greg Ames, Jeff Trawick


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85397 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2000-06-03 22:41:01 +00:00
parent aab4114fa7
commit 43c2b45f38
4 changed files with 25 additions and 18 deletions

View File

@@ -599,11 +599,6 @@ static int cgi_handler(request_rec *r)
return log_script(r, conf, ret, dbuf, sbuf, script_in, script_err);
}
#ifdef CHARSET_EBCDIC
/* Now check the Content-Type to decide if conversion is needed */
ap_checkconv(r);
#endif /*CHARSET_EBCDIC*/
location = ap_table_get(r->headers_out, "Location");
if (location && location[0] == '/' && r->status == 200) {