Commit bea7bbee authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

the mainscript to verify a whole series of requests
parent fe64570d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ for ( $waitedpid = 0;
            else {
                $testnum=0;
            }
            open(INPUT, ">log/server.input");
            open(INPUT, ">>log/server.input");
            for(@headers) {
                print INPUT $_;
            }