From: Daniel Stenberg Date: Wed, 14 Mar 2001 14:26:56 +0000 (+0000) Subject: always append the incoming request to the server.input file, it allows X-Git-Tag: upstream/7.37.1~16947 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bea7bbee1b7959d4771fa548801918a49bba4910;p=platform%2Fupstream%2Fcurl.git always append the incoming request to the server.input file, it allows the mainscript to verify a whole series of requests --- diff --git a/tests/httpserver.pl b/tests/httpserver.pl index 1769ac8..0180dfb 100755 --- a/tests/httpserver.pl +++ b/tests/httpserver.pl @@ -127,7 +127,7 @@ for ( $waitedpid = 0; else { $testnum=0; } - open(INPUT, ">log/server.input"); + open(INPUT, ">>log/server.input"); for(@headers) { print INPUT $_; }