]> err.no Git - varnish/commit
Initial http_GetHdrField() function.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 16 Jun 2006 10:22:40 +0000 (10:22 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 16 Jun 2006 10:22:40 +0000 (10:22 +0000)
commit3c88fcba8de6673f749dd85077412a13b53ac856
treef230fa7a9318bb3e40dbf7f21dafad888578ffa5
parentd41c2d039d12d6c9d0c75b7904ae3063c2150e19
Initial http_GetHdrField() function.

Improve chunked encoding, allocate big storage chunks and trim the
last one at the end, instead of one storage chunk for each chunk
the remote server sends.

Call RFC2616 policy code.

Store headers from backend in cache and return to client.

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