added to the response headers when this was already done in the
core already. This resulted in header (and therefore cookie)
duplication.
PR:
Obtained from:
Submitted by: Martijn Schoemaker <martijn@osp.nl>
Reviewed by: Graham Leggett
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@96620
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 1.3.27
+ *) Fix a problem in proxy where headers from other modules were
+ added to the response headers when this was already done in the
+ core already. This resulted in header (and therefore cookie)
+ duplication. [Martijn Schoemaker <martijn@osp.nl>]
+
*) Fix FileETags none operation. PR 12202.
[Justin Erenkrantz, Andrew Ho <andrew@tellme.com>]
c->len = ap_strtol(content_length, NULL, 10);
}
- /* Now add out bound headers set by other modules */
- resp_hdrs = ap_overlay_tables(r->pool, r->err_headers_out, resp_hdrs);
}
else {
/* an http/0.9 response */