mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Goodbye r->content_lanaguage (per vote from apache-1.3/STATUS).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91244 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -424,7 +424,6 @@ AP_DECLARE(void) ap_internal_fast_redirect(request_rec *rr, request_rec *r)
|
||||
r->content_type = rr->content_type;
|
||||
r->content_encoding = rr->content_encoding;
|
||||
r->content_languages = rr->content_languages;
|
||||
r->content_language = rr->content_language;
|
||||
r->finfo = rr->finfo;
|
||||
r->per_dir_config = rr->per_dir_config;
|
||||
/* copy output headers from subrequest, but leave negotiation headers */
|
||||
|
Reference in New Issue
Block a user