- 10 Jan, 2018 5 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 09 Jan, 2018 3 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 08 Jan, 2018 11 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
to be ignored in VSCAPI and do so there.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Charlie Root authored
-
Nils Goroll authored
t_prev from the request we are cleaning up is not the most recent relevant time stamp, in particular for H2
-
Nils Goroll authored
-
Nils Goroll authored
-
Martin Blix Grydeland authored
Since the last_lru tracks epoch time, it needs the double precision floating point type to accurately track the time. Fixes: #2527
-
- 07 Jan, 2018 3 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 05 Jan, 2018 4 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 03 Jan, 2018 2 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 02 Jan, 2018 1 commit
-
-
Federico G. Schwindt authored
-
- 01 Jan, 2018 2 commits
-
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
- 30 Dec, 2017 1 commit
-
-
Poul-Henning Kamp authored
-
- 29 Dec, 2017 4 commits
-
-
Nils Goroll authored
Ref: c15eefb1
-
Nils Goroll authored
-
Nils Goroll authored
This is already possible with some overhead (for example with a de-tour via vcl_pass), but I see absolutely no reason why we should not allow direct restarts from recv. The use case is to rewrite the request and re-start processing of the rewritten request as if it was received as such. This is also possible already with some vcl sub juggling, but is complicated by the VCL call loop detection. Use of restarts avoids this complication and is safe due to max_restarts.
-
Nils Goroll authored
just a minor stylistic cleanup: Early returns should mark exceptional cases.
-
- 22 Dec, 2017 4 commits
-
-
Poul-Henning Kamp authored
how many instances of the VSC set there are.
-
Nils Goroll authored
generalize functions and methods, some additional cleanup
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
This eliminates a O(N) lookup when we want to do something (ie: Destroy) to a VSC segment subsequently.
-