always append the incoming request to the server.input file, it allows

the mainscript to verify a whole series of requests
This commit is contained in:
Daniel Stenberg 2001-03-14 14:26:56 +00:00
parent fe64570d5d
commit bea7bbee1b

View File

@ -127,7 +127,7 @@ for ( $waitedpid = 0;
else {
$testnum=0;
}
open(INPUT, ">log/server.input");
open(INPUT, ">>log/server.input");
for(@headers) {
print INPUT $_;
}