]> err.no Git - varnish/commit
A little step for humanity but a big step for varnish:
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 3 Apr 2006 09:02:27 +0000 (09:02 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 3 Apr 2006 09:02:27 +0000 (09:02 +0000)
commit90b6b2832db3267ca89f284148d3c5bd21a49bdc
treef6be710a1e3e0187113258378b249d57cb24da1c
parentc7788b73c6f473e5c0cdcb81d9ee807d26bf700e
A little step for humanity but a big step for varnish:

Implement pipe-through mode and see the first web-pages actually
pass through varnish.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@95 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/Makefile.am
varnish-cache/bin/varnishd/cache.h
varnish-cache/bin/varnishd/cache_acceptor.c
varnish-cache/bin/varnishd/cache_backend.c
varnish-cache/bin/varnishd/cache_httpd.c
varnish-cache/bin/varnishd/cache_pipe.c [new file with mode: 0644]
varnish-cache/bin/varnishd/cache_pool.c
varnish-cache/include/http_headers.h
varnish-cache/include/vcl_lang.h
varnish-cache/lib/libvcl/vcl_fixed_token.c