mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Get rid of some old code related to the way that character set translation
of protocol data and bodies was performed in the past. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86612 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1451,11 +1451,6 @@ static request_rec *internal_internal_redirect(const char *new_uri,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#ifdef APACHE_XLATE
|
||||
new->rrx = apr_pcalloc(new->pool, sizeof(struct ap_rr_xlate));
|
||||
ap_set_content_xlate(new, 0, ap_locale_from_ascii);
|
||||
#endif /*APACHE_XLATE*/
|
||||
|
||||
return new;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user