- 04 May, 2015 11 commits
-
-
Poul-Henning Kamp authored
If the client sends [LO]-HI range, we trust it knows something we don't (yet), and do the Range request. If we later ran out of data, we close the session. Other range requests on streaming objects are ignored. Fixes: #1506 Fixes: #1618
-
Poul-Henning Kamp authored
so the SessClose VSL can reporte it correctly. Probably broken by: Martin ?
-
Poul-Henning Kamp authored
on streaming objects.
-
Poul-Henning Kamp authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
Fixes #1730
-
Federico G. Schwindt authored
Fixes #1724
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
expect to deliver, and use it to eliminate most of the C-L header munging.
-
Tollef Fog Heen authored
The JIT-er is generally safe to use, and faster, so use that. Fixes: #1576, #1630
-
Poul-Henning Kamp authored
-
- 30 Apr, 2015 6 commits
-
-
Federico G. Schwindt authored
Broken in ac69df7d.
-
Poul-Henning Kamp authored
deliberately leak that copy, so the cmd functions we call don't have to worry about strdup'ing individual arguments.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
length already. (This appearantly confuses Coverity ?)
-
Poul-Henning Kamp authored
spotted by Coverity.
-
Poul-Henning Kamp authored
is an entirely different protocol, tighten up the version checks correspondingly. Also reject HTTP variants prior to HTTP/1.0.
-
- 29 Apr, 2015 4 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
the first \n which is limited. Fixes #1728
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
all subsequent calls to VDP_bytes() becomes noops. This allows calling code to allow calling VDP_bytes() again even if a previous call returned error. Submitted by: Martin Fixes #1642 PS: I have given up writing a test-case /phk
-
- 28 Apr, 2015 11 commits
-
-
Dag Haavi Finstad authored
-
Dag Haavi Finstad authored
-
Poul-Henning Kamp authored
Fixes #1727
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Nils Goroll authored
Fixes #1603
-
Nils Goroll authored
Fixes #1603
-
Nils Goroll authored
-
Poul-Henning Kamp authored
to return(miss) rather than return(fetch). For now return(fetch) is still allowed, we don't want to bump vcl version for something this trivial, but it emits a SLT_VCL_Error urging people to change their VCL. Fixes #1603
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
easier to correlate the test-case with the output.
-
- 27 Apr, 2015 1 commit
-
-
Poul-Henning Kamp authored
-
- 22 Apr, 2015 2 commits
-
-
Martin Blix Grydeland authored
PAtch by: Geoff Simmons (Uplex)
-
Martin Blix Grydeland authored
Also do not assert on empty incomplete list even though VTX count is larger than L. This can happen when a complete multi-transaction result is still unreported. Original patch by Geoff Simmons (Uplex)
-
- 20 Apr, 2015 1 commit
-
-
Geoff Simmons authored
-
- 16 Apr, 2015 4 commits
-
-
Martin Blix Grydeland authored
The strings in varnishncsa are not necessarily null-terminated, but having a start and an end pointer. The VNUM() thus fails when not seeing the end of string null character, causing parsing failures.
-
Geoff Simmons authored
/dev/random was causing varnishtest to block and time out
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-