- 06 Aug, 2018 6 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Fixes: #2729
-
Poul-Henning Kamp authored
counting deck-chairs on the Titanic.
-
Poul-Henning Kamp authored
-
Guillaume Quintard authored
-
Guillaume Quintard authored
-
- 31 Jul, 2018 1 commit
-
-
Valentin Matei authored
client content -> client context
-
- 28 Jul, 2018 1 commit
-
-
Nils Goroll authored
this tests d912ffe4
-
- 23 Jul, 2018 1 commit
-
-
Guillaume Quintard authored
-
- 20 Jul, 2018 1 commit
-
-
Valentin Matei authored
-
- 18 Jul, 2018 6 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
This was a proof of concept for an alternative WS interface -- write incrementally to reserved workspace as an "open buffer". That may be generally useful for Varnish, but for now we return to the usual WS_* idiom.
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
The error may be status 500 on 32-bit systems.
-
Geoff Simmons authored
On the various platforms, esp 32-bit, workspace may be exhausted before it gets to the VMOD at all, so we can't reliably expect specific error messages. This has nevertheless improved GCOV coverage, which was the goal.
-
- 17 Jul, 2018 4 commits
-
-
Geoff Simmons authored
To get some better GCOV coverage. So far just IDENTITY encoding.
-
Geoff Simmons authored
This reverts commit 0139f83c. Despite its obsolete purpose in the previous life of the VMOD, we include config.h in all C sources for consistent configuration.
-
Geoff Simmons authored
Had been used in its previous life as a 3rd-party VMOD.
-
Poul-Henning Kamp authored
Submitted by: Frederic Lecaille <flecaille@haproxy.com>
-
- 16 Jul, 2018 1 commit
-
-
Geoff Simmons authored
Closes #2722
-
- 13 Jul, 2018 1 commit
-
-
Federico G. Schwindt authored
I've been torturing varnish with this change for some time and was not able to reproduce the problem. Should fix #2719.
-
- 11 Jul, 2018 1 commit
-
-
Poul-Henning Kamp authored
Fixes 2727
-
- 04 Jul, 2018 3 commits
-
-
Dridi Boukelmoune authored
Unless -1 is used too, but -1 already implies -d so it doesn't really count. Fixes #2721
-
Dridi Boukelmoune authored
This reverts commit d1b78e8d. The problem is that upon exiting the screen is likely to be cleared on most terminals (not the one we embed in varnishtest for example) so it doesn't give any chance to the user to read the output. The consensus is to restore the previous behavior and fix the manual instead. Conflicts: bin/varnishtest/tests/u00004.vtc bin/varnishtop/varnishtop.c Breaks: bin/varnishtest/tests/r02686.vtc Refs #2721
-
Nils Goroll authored
-
- 03 Jul, 2018 4 commits
-
-
Federico G. Schwindt authored
For some strange reason this is failing with 3.6 in travis.
-
Federico G. Schwindt authored
This was the original intent but got lost in autoconf translation.
-
Federico G. Schwindt authored
-
Dag Haavi Finstad authored
Fixes: #2572
-
- 02 Jul, 2018 9 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
with varnish user etc.
-
Nils Goroll authored
With the req.grace reintroduction, we got two identical cases where we insert a busy object: When there is no exp_oc (obviously) or when the exp_oc does not fulfil the req.grace limit. This lead to some code duplication. IMHO, handling first the case where we need to insert a busy object (with or without exp_oc) and then handling the exception that we do not wait on a busy object if the exp_oc is in grace is cleaner. Please note that comparing this change using diff -u does not make much sense, I believe the simplicity of the reshuffling change becomes clear when looking at the old and new code side-by-side
-
Nils Goroll authored
-
Pål Hermunn Johansen authored
-
Pål Hermunn Johansen authored
The main point is to clearly recomend using req.grace for the most common use case - using different grace time when the backend is healthy.
-
Pål Hermunn Johansen authored
Right now there are use cases that cannot be solved without req.ttl, so we undeprecate it.
-
Pål Hermunn Johansen authored
The req.grace variable can be set in vcl_recv to cap the grace of objects in the cache, in the same way as in 3.0.x The "keep" behavior changes with this patch. We now always go to vcl_miss when the expired object is out of grace, or we go to the waiting list. The result is that it is no longer possible to deliver a "keep" object in vcl_hit. Note that when we get to vcl_miss, we will still have the 304 candidate, but without the detour by vcl_hit. This commit changes VCL, but only slightly, so we aim to back port this to earlier versions of Varnish Cache. Refs: #1799 and #2519
-
Geoff Simmons authored
address family is neither of AF_INET or AF_INET6. This means that UNKNOWN is sent in probes to UDS backends when .proxy_header=1 is set. Also verify that a UDS backend receives PROXY LOCAL in a probe when .proxy_header=2 is set. Fixes #2702 Closes #2726
-
- 29 Jun, 2018 1 commit
-
-
Dag Haavi Finstad authored
Since we verify that header blocks are not interleaved, and we zero the struct h2h_decode on every new header block, there is no need to malloc a separate struct h2h_decode per stream.
-