- 07 Apr, 2017 4 commits
-
-
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 8 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
-
Martin Blix Grydeland authored
Newly loaded VCLs didn't get their go cold timer set even when they were set to auto, causing them to never go cold automatically. Fixes: #2270
-
- 30 Mar, 2017 1 commit
-
-
Poul-Henning Kamp authored
-
- 29 Mar, 2017 5 commits
-
-
Poul-Henning Kamp authored
Fixes #2289
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Lck_CondWait() will stopped in the tracks.
-
Poul-Henning Kamp authored
This should fix some H2 tickets.
-
Poul-Henning Kamp authored
-