summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/relayd/args-https-contentlength.pl
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2014-07-10 10:19:07 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2014-07-10 10:19:07 +0000
commit73ac7722a47d9b9cea265bc7cd8dbfbb379f5c14 (patch)
treeb5c2df1dd6fcffafe16f127e590027c1372d9a77 /regress/usr.sbin/relayd/args-https-contentlength.pl
parent675ce59274a23b6e8ede817c06c34b853f5ceeff (diff)
Implement non-persistent connections in a cleaner way. Every test
that offers multiple requets per HTTP connection is run twice. First all requests are run over a single TCP connection. Then for each requests a separate TCP connection is established. If a requests during a persistent connection fails, a reconnect is done as relayd cancels the whole connection. This allows stricter tests for filters. OK reyk@
Diffstat (limited to 'regress/usr.sbin/relayd/args-https-contentlength.pl')
-rw-r--r--regress/usr.sbin/relayd/args-https-contentlength.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/regress/usr.sbin/relayd/args-https-contentlength.pl b/regress/usr.sbin/relayd/args-https-contentlength.pl
index 611c2877fa9..80f6787e5d8 100644
--- a/regress/usr.sbin/relayd/args-https-contentlength.pl
+++ b/regress/usr.sbin/relayd/args-https-contentlength.pl
@@ -9,7 +9,6 @@ our %args = (
func => \&http_client,
lengths => \@lengths,
ssl => 1,
- mreqs => 1
},
relayd => {
protocol => [ "http",
@@ -23,7 +22,6 @@ our %args = (
server => {
func => \&http_server,
ssl => 1,
- mreqs => scalar(@lengths),
},
lengths => \@lengths,
);