Commit c5938593 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Tollef Fog Heen

Always call fetch-processor begin, also if C-L header is bogus.

Fixes	#1014
parent 192e6d06
varnishtest "bug 1014, Invalid C-L header with gzip"
server s1 {
rxreq
txresp -nolen -hdr "Content-Encoding: gzip" -hdr "Content-Length:"
} -start
varnish v1 -vcl+backend { } -start
client c1 {
txreq
rxresp
} -run
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment