- 26 Feb, 2017 3 commits
-
-
Federico G. Schwindt authored
-
Poul-Henning Kamp authored
delays are execessive (The varnish testdriver already has code to deal with this)
-
Poul-Henning Kamp authored
-
- 25 Feb, 2017 13 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
The CLI commands in the file are executed before the worker process is started, and the output is sent to stderr. CLI failures (!= 200) are fatal, unless the command is prefixed with a '-' in the file. You can now do things like: $ cat I.file vcl.load vcl1 /foo/bar1.vcl vcl.load vcl2 /foo/bar2.vcl vcl.load vcl3 /foo/bar3.vcl start $ varnishd -f '' -I I.file -a :80 [...]
-
Poul-Henning Kamp authored
-
Federico G. Schwindt authored
-
Poul-Henning Kamp authored
can stabilize test c00080.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Federico G. Schwindt authored
-
- 24 Feb, 2017 2 commits
-
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
Not doing anything for the -C case, since even FREE_OBJ was omitted. Do we care since varnishd immediately exits once -C is done? Refs #2232
-
- 23 Feb, 2017 15 commits
-
-
Nils Goroll authored
When postponing, - re-create the Expect header for pipe mode - For synth content, close the connection by default, but allow VCL to veto this behavior Prevent drain-reading the body if the connection is closed anyway Respect Connection: close from vcl_synth
-
Nils Goroll authored
- when we already started reading the body - for HTTP Versions less than 1.1
-
Nils Goroll authored
whichever comes first
-
Nils Goroll authored
Also log such resposenses
-
Dridi Boukelmoune authored
A case probably overlooked in d306f91c and something that needs some pondering.
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
It begs a question: why didn't it fail?
-
Poul-Henning Kamp authored
Fixes #2203
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
It shares a lot of parsing infrastructure with log records, but doesn't support the taglist syntax. Only a verbatim `vxid` token can be used as the LHS, and only integer operators are supported.
-
Poul-Henning Kamp authored
-
- 22 Feb, 2017 3 commits
-
-
Dridi Boukelmoune authored
-
Poul-Henning Kamp authored
sub vcl_backend_response { return (pass(2s)); }
-
Poul-Henning Kamp authored
-
- 21 Feb, 2017 4 commits
-
-
Poul-Henning Kamp authored
-
Dridi Boukelmoune authored
-
Geoff Simmons authored
-
Dridi Boukelmoune authored
-