]> err.no Git - varnish/commit
Add http_ClrHeader() and cure an unintended bug-oid its use exposes:
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 31 Jul 2006 21:04:43 +0000 (21:04 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 31 Jul 2006 21:04:43 +0000 (21:04 +0000)
commite70499a60bc1995052381c9772b802da167f85b3
treec586a79598310cc816735907741a3d63b617fa33
parentd2ec1656a6162364e71b7ab4c533fddb12008678
Add http_ClrHeader() and cure an unintended bug-oid its use exposes:
we checked if the request is a GET long after we should have.

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