
phk at varnish-cache
Aug 9, 2012, 3:54 AM
Post #1 of 1
(54 views)
Permalink
|
|
[master] 5d82c73 Remove comment OBE.
|
|
commit 5d82c73b6686d66bfd0279fd3b7be6bd1767015f Author: Poul-Henning Kamp <phk [at] FreeBSD> Date: Thu Aug 9 09:49:06 2012 +0000 Remove comment OBE. diff --git a/bin/varnishd/cache/cache_httpconn.c b/bin/varnishd/cache/cache_httpconn.c index 6ebb86c..8b331af 100644 --- a/bin/varnishd/cache/cache_httpconn.c +++ b/bin/varnishd/cache/cache_httpconn.c @@ -96,12 +96,6 @@ HTC_Reinit(struct http_conn *htc) } /*-------------------------------------------------------------------- - * Return -3 if it's all whitespace so far - * Return 0 if we need more text - * Return 1 if we have a complete HTTP procol header - */ - -/*-------------------------------------------------------------------- * Check if we have a complete HTTP request or response yet * */ _______________________________________________ varnish-commit mailing list varnish-commit [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
|