]> err.no Git - varnish/commit
Add support for removing HTTP header lines:
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 5 Jul 2007 09:16:19 +0000 (09:16 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 5 Jul 2007 09:16:19 +0000 (09:16 +0000)
commiteb6c70a60e6ee2727af28f60876eadf8439012a9
treee3d619c55afcce74a86ee08edacdf3c7e2894b1e
parent6a73961e6c08f92636565253a156ef7a8047c1dd
Add support for removing HTTP header lines:

sub vcl_deliver {
remove resp.http.etag ;
remove resp.http.server ;
}

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1645 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/cache.h
varnish-cache/bin/varnishd/cache_http.c
varnish-cache/bin/varnishd/cache_vrt.c
varnish-cache/include/vrt.h
varnish-cache/lib/libvcl/vcc_action.c
varnish-cache/lib/libvcl/vcc_fixed_token.c
varnish-cache/lib/libvcl/vcc_var.c