mirror of
https://github.com/curl/curl.git
synced 2026-07-28 23:03:12 +03:00
use the new HTTP server input file
This commit is contained in:
parent
6fe4a6fa9a
commit
a8c3431ae9
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ my $FTPSPORT=8821; # this is the FTPS server port
|
|||
my $CURL="../src/curl"; # what curl executable to run on the tests
|
||||
my $LOGDIR="log";
|
||||
my $TESTDIR="data";
|
||||
my $SERVERIN="$LOGDIR/server.input"; # what curl sent the server
|
||||
my $SERVERIN="$LOGDIR/http-request.dump"; # what curl sent the server
|
||||
my $CURLLOG="$LOGDIR/curl.log"; # all command lines run
|
||||
my $FTPDCMD="$LOGDIR/ftpserver.cmd"; # copy ftp server instructions here
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue