]> err.no Git - varnish/commit
The value of HTTP_HDR_MAX is not visible to the preprocessor, so
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 16 Mar 2008 14:11:26 +0000 (14:11 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 16 Mar 2008 14:11:26 +0000 (14:11 +0000)
commit550925808561eddcc4c34d61e03ad235c05f56eb
tree827b9c0ba4c256f0f0c6f29c8a95d48240d9eef2
parentd9518b469b1e6b49712a878e1865659da47e4d7d
The value of HTTP_HDR_MAX is not visible to the preprocessor, so
(IOV_MAX < (HTTP_HDR_MAX * 2)) is equivalent to (IOV_MAX < (0 * 2)),
which obviously is never true.  Fixes #222.

Submitted by: Jyri J. Virkki <jyri@virkki.com>

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