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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user