[Varnish] #801: duplicate Content-Length headers
Varnish
varnish-bugs at varnish-cache.org
Tue Oct 26 09:47:14 CEST 2010
#801: duplicate Content-Length headers
----------------------+-----------------------------------------------------
Reporter: Talisker | Owner: phk
Type: defect | Status: closed
Priority: high | Milestone:
Component: varnishd | Version: 2.1.4
Severity: normal | Resolution: fixed
Keywords: |
----------------------+-----------------------------------------------------
Comment(by tfheen):
(In [5467]) Merge r5461: Remove Content-Length on pass from vcl_recv
On pass (from vcl_recv) we did not remove the backends Content-Length
header before adding our own.
We can not do this with the fetch filtering, because pass might send
HEAD requests to the backend.
XXX: It's arguable that the filtering stuff might be better done
inline than with a table.
Fixes: #801
--
Ticket URL: </ticket/801#comment:3>
Varnish <http://varnish-cache.org/>
The Varnish HTTP Accelerator
More information about the varnish-bugs
mailing list