]> granicus.if.org Git - curl/commitdiff
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 1769ac856b6296701a1a9e73dc529d8903762c82..0180dfb14a7737b938bb5d326cc563a1f57e0447 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 $_;
             }