]> err.no Git - varnish/commit
Fix pipelining.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 4 Jul 2006 19:36:00 +0000 (19:36 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 4 Jul 2006 19:36:00 +0000 (19:36 +0000)
commit8b912dee592a35bc3516718c71e5b7964c5ca730
tree32b0f6ecea0018e85a9c42ca52b03ebf62b06a46
parent4ff3f6802c638196265c894056fadcde4ef3dcf9
Fix pipelining.

A braino in http_Dissect() resulted in an off-by-one error
(protected with assert now)

Move any remaning bytes in buffer to front and check for
a complete header before arming the eventloop on the
session.

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