mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
back out filter change that is preventing headers to be sent
PR: Obtained from: Submitted by: john sterling Reviewed by: dougm git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89239 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -517,6 +517,10 @@ static request_rec *internal_internal_redirect(const char *new_uri,
|
||||
new->output_filters = r->connection->output_filters;
|
||||
new->input_filters = r->connection->input_filters;
|
||||
|
||||
ap_add_output_filter("BYTERANGE", NULL, new, new->connection);
|
||||
ap_add_output_filter("CONTENT_LENGTH", NULL, new, new->connection);
|
||||
ap_add_output_filter("HTTP_HEADER", NULL, new, new->connection);
|
||||
|
||||
apr_table_setn(new->subprocess_env, "REDIRECT_STATUS",
|
||||
apr_psprintf(r->pool, "%d", r->status));
|
||||
|
||||
|
Reference in New Issue
Block a user