]> err.no Git - varnish/commit
Add heritage.mem_http_headers which is the maximum number of headers
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 10 Jul 2006 08:41:26 +0000 (08:41 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 10 Jul 2006 08:41:26 +0000 (08:41 +0000)
commit9aed308e92b87356ce342da85595156a76aec1a6
treeb219e98e62aee17a2bf0dfdc0386740c2d149515
parenta64cce225f7a08d29b99ce0a2facf8fd301712a5
Add heritage.mem_http_headers which is the maximum number of headers
we recognize.

Add http_Init() which initializes struct http given sufficient space.

Respect heritage mem_* values in http_New() (while we still have it)

Allocate backend connections (vbe_conn) with super allocation with
space for http and workspace.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@393 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/cache.h
varnish-cache/bin/varnishd/cache_backend.c
varnish-cache/bin/varnishd/cache_http.c
varnish-cache/bin/varnishd/heritage.h
varnish-cache/bin/varnishd/varnishd.c