mirror of
https://github.com/curl/curl.git
synced 2026-08-06 12:26:14 +03:00
allow 'none' as server
This commit is contained in:
parent
bb6d0e37e3
commit
01618d323b
1 changed files with 2 additions and 0 deletions
|
|
@ -976,6 +976,8 @@ sub serverfortest {
|
|||
$run{'https'}=$HTTPSPIDFILE;
|
||||
}
|
||||
}
|
||||
elsif($what eq "none") {
|
||||
}
|
||||
else {
|
||||
warn "we don't support a server for $what";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue