- 05 May, 2015 10 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Martin Blix Grydeland authored
This variable will be true when the response object's body will be streamed from the backend.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Fixes: #1729
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
The real fix should be in configure
-
- 04 May, 2015 12 commits
-
-
Poul-Henning Kamp authored
-
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 8 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
-