varnish-cache:5.1

Last commit made on 2017-08-07
Get this branch:
git clone -b 5.1 https://git.launchpad.net/varnish-cache

Branch merges

Branch information

Name:
5.1
Repository:
lp:varnish-cache

Recent commits

378c070... by Emmanuel Hocdet <email address hidden>

VSC n_vcl, n_vcl_avail, n_vcl_discard are gauge

05c5ac6... by =?utf-8?q?P=C3=A5l_Hermunn_Johansen?= <email address hidden>

Prepare for 5.1.3 release

c8a4411... by Martin Blix Grydeland <email address hidden>

Correctly handle bogusly large chunk sizes

This fixes a denial of service attack vector where bogusly large chunk
sizes in requests could be used to force restarts of the Varnish
server.

This is Varnish Security Vulnerability VSV00001

For more information visit: https://varnish-cache.org/security/VSV00001

Fixes: #2379

6ece695... by =?utf-8?q?P=C3=A5l_Hermunn_Johansen?= <email address hidden>

Prepare for 5.1.2 final

6e58e28... by Poul-Henning Kamp <email address hidden>

Don't send both c-l and chunked to backend for h2.

Fixes #2247

a575331... by Poul-Henning Kamp <email address hidden>

Ignore DATA received after stream closed

Fixes #2304

cd54c18... by Poul-Henning Kamp <email address hidden>

Summarize changes for 5.1.2

e1e7e76... by Poul-Henning Kamp <email address hidden>

Putter around with a featherduster:

Remove forgotten debugging VSL. Renovate a VCL comment.

308843a... by Poul-Henning Kamp <email address hidden>

Don't attept return(pipe) on HTTP/2 requests, pass with a VSL message.

b2ff51b... by Poul-Henning Kamp <email address hidden>

Remove this http_Teardown() entirely, it doesn't belong here.