]> err.no Git - varnish/commitdiff
Drop the max length of first line, it's too expensive to enforce.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 10 Jul 2006 10:05:48 +0000 (10:05 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 10 Jul 2006 10:05:48 +0000 (10:05 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@400 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/heritage.h
varnish-cache/bin/varnishd/varnishd.c

index 622487ac26df927eb68f898a0ac61de3945d5c25..54f7c816d7d13349dcdbe681a21b62e2ed920233 100644 (file)
@@ -40,7 +40,6 @@ struct heritage {
        unsigned                wthread_min, wthread_max;
 
        /* Memory allocation hints */
-       unsigned                mem_http_1_line;
        unsigned                mem_http_headerspace;
        unsigned                mem_http_headers;
        unsigned                mem_workspace;
index 60e57104b2f5a9f9f7492ae61a8d64e770c2ead6..ddbf6e882c1a282819fedba21a6369116f3b3ff9 100644 (file)
@@ -457,7 +457,6 @@ main(int argc, char *argv[])
        heritage.default_ttl = 120;
        heritage.wthread_min = 5;
        heritage.wthread_max = 5;
-       heritage.mem_http_1_line= 512;
        heritage.mem_http_headerspace= 4096;
        heritage.mem_http_headers= 32;
        heritage.mem_workspace = 0;