always append the incoming request to the server.input file, it allows
authorDaniel Stenberg <daniel@haxx.se>
Wed, 14 Mar 2001 14:26:56 +0000 (14:26 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 14 Mar 2001 14:26:56 +0000 (14:26 +0000)
the mainscript to verify a whole series of requests

tests/httpserver.pl

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