Commit 7cdac06f authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Unbreak the "too many HTTP headers" test after the default was

raised from 32 to 64.



git-svn-id: http://www.varnish-cache.org/svn/trunk@4425 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent d883b22e
......@@ -45,6 +45,36 @@ server s1 {
-hdr hdr37=37 \
-hdr hdr38=38 \
-hdr hdr39=39 \
-hdr hdr40=40 \
-hdr hdr41=41 \
-hdr hdr42=42 \
-hdr hdr43=43 \
-hdr hdr44=44 \
-hdr hdr45=45 \
-hdr hdr46=46 \
-hdr hdr47=47 \
-hdr hdr48=48 \
-hdr hdr49=49 \
-hdr hdr50=50 \
-hdr hdr51=51 \
-hdr hdr52=52 \
-hdr hdr53=53 \
-hdr hdr54=54 \
-hdr hdr55=55 \
-hdr hdr56=56 \
-hdr hdr57=57 \
-hdr hdr58=58 \
-hdr hdr59=59 \
-hdr hdr60=60 \
-hdr hdr61=61 \
-hdr hdr62=62 \
-hdr hdr63=63 \
-hdr hdr64=64 \
-hdr hdr65=65 \
-hdr hdr66=66 \
-hdr hdr67=67 \
-hdr hdr68=68 \
-hdr hdr69=69 \
-body "foo"
} -start
......@@ -91,7 +121,37 @@ client c1 {
-hdr hdr36=36 \
-hdr hdr37=37 \
-hdr hdr38=38 \
-hdr hdr39=39
-hdr hdr39=39 \
-hdr hdr40=40 \
-hdr hdr41=41 \
-hdr hdr42=42 \
-hdr hdr43=43 \
-hdr hdr44=44 \
-hdr hdr45=45 \
-hdr hdr46=46 \
-hdr hdr47=47 \
-hdr hdr48=48 \
-hdr hdr49=49 \
-hdr hdr50=50 \
-hdr hdr51=51 \
-hdr hdr52=52 \
-hdr hdr53=53 \
-hdr hdr54=54 \
-hdr hdr55=55 \
-hdr hdr56=56 \
-hdr hdr57=57 \
-hdr hdr58=58 \
-hdr hdr59=59 \
-hdr hdr60=60 \
-hdr hdr61=61 \
-hdr hdr62=62 \
-hdr hdr63=63 \
-hdr hdr64=64 \
-hdr hdr65=65 \
-hdr hdr66=66 \
-hdr hdr67=67 \
-hdr hdr68=68 \
-hdr hdr69=69
rxresp
} -run
......
......@@ -49,7 +49,7 @@ SVNID("$Id$")
#include "vtc.h"
#define MAX_FILESIZE (1024 * 1024)
#define MAX_TOKENS 100
#define MAX_TOKENS 200
const char *vtc_file;
char *vtc_desc;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment