]> err.no Git - varnish/commit
Fix a long-standing bug in pipe-mode: We must pass the protocol version
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 20 Aug 2007 11:05:07 +0000 (11:05 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 20 Aug 2007 11:05:07 +0000 (11:05 +0000)
commitbbd0cb3e4fbb871ab14f821200e3d8e0eb53eba4
treeb87004ae206f2144426becaf447b46458ef097ce
parent769632f0333858c69482ebdf86bc2dae183bd085
Fix a long-standing bug in pipe-mode:  We must pass the protocol version
across unchanged, otherwise the semantics of the Connection: header cannot
be interpreted correctly by the server.

wget(1) could trigger this problem and would have to wait for the server
to close the (seemingly idle) connection before continuing.

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