aboutsummaryrefslogtreecommitdiff
path: root/tests/httpserver.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-14 14:26:56 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-14 14:26:56 +0000
commitbea7bbee1b7959d4771fa548801918a49bba4910 (patch)
treeb812c8fe0a65060fa8816b21fd9caa47f75625ad /tests/httpserver.pl
parentfe64570d5d675fd8d407816685ee95ecc91eae90 (diff)
always append the incoming request to the server.input file, it allows
the mainscript to verify a whole series of requests
Diffstat (limited to 'tests/httpserver.pl')
-rwxr-xr-xtests/httpserver.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/httpserver.pl b/tests/httpserver.pl
index 1769ac856..0180dfb14 100755
--- a/tests/httpserver.pl
+++ b/tests/httpserver.pl
@@ -127,7 +127,7 @@ for ( $waitedpid = 0;
else {
$testnum=0;
}
- open(INPUT, ">log/server.input");
+ open(INPUT, ">>log/server.input");
for(@headers) {
print INPUT $_;
}