my $CURL="../src/curl"; # what curl executable to run on the tests
my $LOGDIR="log";
my $TESTDIR="data";
-my $SERVERIN="$LOGDIR/http-request.dump"; # what curl sent the server
+my $SERVERIN="$LOGDIR/server.input"; # what curl sent the server
my $CURLLOG="$LOGDIR/curl.log"; # all command lines run
my $FTPDCMD="$LOGDIR/ftpserver.cmd"; # copy ftp server instructions here
#define VERSION "cURL test suite HTTP server/0.1"
-#define REQUEST_DUMP "log/http-request.dump"
+#define REQUEST_DUMP "log/server.input"
#define TEST_DATA_PATH "data/test%d"