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:
parent
fe64570d5d
commit
bea7bbee1b
@ -127,7 +127,7 @@ for ( $waitedpid = 0;
|
||||
else {
|
||||
$testnum=0;
|
||||
}
|
||||
open(INPUT, ">log/server.input");
|
||||
open(INPUT, ">>log/server.input");
|
||||
for(@headers) {
|
||||
print INPUT $_;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user