simplify & shave off a couple of cycles.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@561352
13f79535-47bb-0310-9956-
ffa450edef68
}
if (!r->assbackwards) {
- apr_table_t *tmp = r->headers_out;
/* For all HTTP/1.x responses for which we generate the message,
* we need to avoid inheriting the "normal status" header fields
* error or redirect, except for Location on external redirects.
*/
r->headers_out = r->err_headers_out;
- r->err_headers_out = tmp;
apr_table_clear(r->err_headers_out);
if (ap_is_HTTP_REDIRECT(status) || (status == HTTP_CREATED)) {