- 10 Apr, 2017 3 commits
-
-
Dridi Boukelmoune authored
This is a cherry-pick of 3271c51e that fixed the issue for Varnish 3.0 since it wasn't a problem in the 4.1 series then. This is only a back-port of the regression test since the referenced commits already fixed the regression. Refs 5e4d6c84 Refs 9f422620 Refs #2069
-
Dridi Boukelmoune authored
This should help diagnose #2253.
-
Dridi Boukelmoune authored
It should have been done for 5.1.2 but hasn't. This is a minor bump of a single addition so the impact is limited. I also left the release date to "unreleased" on purpose, since it technically hasn't been released as 6.1 yet.
-
- 09 Apr, 2017 2 commits
-
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
- 07 Apr, 2017 6 commits
-
-
Poul-Henning Kamp authored
of days ... just in case.
-
Poul-Henning Kamp authored
already failed. Fixes #2301
-
Pål Hermunn Johansen authored
-
Poul-Henning Kamp authored
Fixes #2247
-
Poul-Henning Kamp authored
Fixes #2304
-
Poul-Henning Kamp authored
-
- 06 Apr, 2017 7 commits
-
-
Poul-Henning Kamp authored
Remove forgotten debugging VSL. Renovate a VCL comment.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Fixes #2263
-
Poul-Henning Kamp authored
All H2 frame headers gets charged to the sessions "session req" All H2 frame bodies, except HEADERS, CONTIUATION and DATA also gets charged to the "session req". H2 frame bodies of HEADERS, CONTIUATION and DATA gets charged to the request.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 05 Apr, 2017 2 commits
-
-
Poul-Henning Kamp authored
will eventually go away. Fixes #2283
-
Poul-Henning Kamp authored
Fixes #2300 Testcase by Simon
-
- 04 Apr, 2017 4 commits
-
-
Poul-Henning Kamp authored
WINDOWS UPDATE
-
Poul-Henning Kamp authored
the WINDOWS_UPDATE
-
Nils Goroll authored
We expect: - two initial healthy probes (threshold - 1 = 2 by default) - eight healthy probes (explicitly checked) - five failing probes - two healthy probes To tolerate up to 500ms before cliexpect runs after the barrier was raised, we accept up to five additional failed probes.
-
-
- 03 Apr, 2017 7 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
matches the actual size later on. Inspired by: #2298
-
Martin Blix Grydeland authored
VBE_Poll would not advance to test the next backend on the cooling list when the backend's n_conn is non-zero. This would create a spinlock effect, causing delays that could make the master kill the child because of CLI timeout. Fixes: #2295
-
Martin Blix Grydeland authored
VBE_Delete() and VBE_Poll() are only safe to call from the CLI handling thread. Add ASSERT_CLI() to make that explicit.
-
Poul-Henning Kamp authored
completion function. Fixes #2285
-
Poul-Henning Kamp authored
the argument with a VSL message. Fixes: #2299
-
- 02 Apr, 2017 2 commits
-
-
Poul-Henning Kamp authored
workspace_client parameter influences H2 traffic.
-
Poul-Henning Kamp authored
in order to have less ambiguous error messages.
-
- 31 Mar, 2017 7 commits
-
-
Nils Goroll authored
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
Refs #2291 Refs #2292
-
Dridi Boukelmoune authored
The default separator is now ", " to maintain the "pretty collapsing" of the headers without risking an extra space with the "; " separator for cookies. Refs #2291 Refs #2292
-
Dridi Boukelmoune authored
Fixes #2292
-
Dridi Boukelmoune authored
Fixes #2291
-
Dridi Boukelmoune authored
This done via a new http_CollectHdrSep function, implying a VRT minor bump. Refs #2291
-