]> err.no Git - varnish/commit
Segregate http header fields into a separate structure, we will
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 3 Apr 2006 11:05:53 +0000 (11:05 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 3 Apr 2006 11:05:53 +0000 (11:05 +0000)
commitec3a8da3fa49e19abc913c220f5bdb9776c696eb
treefd4a7d30d292a23d76895a5b4ba88d196451efcd
parent29baa06bca1831d04d14a5e122a191be341c8d30
Segregate http header fields into a separate structure, we will
reuse them a few places by the looks of it.

Add VCA_UNKNOWNHDR (=10) fields for unknown HTTP headers.
If more headers arrive than that, they're lost (and logged as such).

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@97 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/cache_backend.c
varnish-cache/bin/varnishd/cache_httpd.c
varnish-cache/bin/varnishd/cache_pipe.c
varnish-cache/include/shmlog_tags.h
varnish-cache/include/vcl_lang.h
varnish-cache/lib/libvcl/vcl_fixed_token.c