mirror of
https://github.com/curl/curl.git
synced 2025-09-11 06:32:41 +03:00
always append the incoming request to the server.input file, it allows
the mainscript to verify a whole series of requests
This commit is contained in:
parent
fe64570d5d
commit
bea7bbee1b
|
@ -127,7 +127,7 @@ for ( $waitedpid = 0;
|
||||||
else {
|
else {
|
||||||
$testnum=0;
|
$testnum=0;
|
||||||
}
|
}
|
||||||
open(INPUT, ">log/server.input");
|
open(INPUT, ">>log/server.input");
|
||||||
for(@headers) {
|
for(@headers) {
|
||||||
print INPUT $_;
|
print INPUT $_;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user