Commit 48be1d6bd8d9901a326037c9bf49f7435a55a949

Authored by Antonio Terceiro
1 parent 0d1b2d3f

Do not stop vcl_recv logic

That return statement has nasty consequences: the rest of the caching
logic is skipped, so no cache lookup is done!
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
etc/noosfero/varnish-accept-language.vcl
@@ -182,5 +182,4 @@ sub vcl_recv { @@ -182,5 +182,4 @@ sub vcl_recv {
182 C{ 182 C{
183 vcl_rewrite_accept_language(sp); 183 vcl_rewrite_accept_language(sp);
184 }C 184 }C
185 - return(pass);  
186 } 185 }