mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
allow 'none' as server
This commit is contained in:
parent
bb6d0e37e3
commit
01618d323b
@ -976,6 +976,8 @@ sub serverfortest {
|
||||
$run{'https'}=$HTTPSPIDFILE;
|
||||
}
|
||||
}
|
||||
elsif($what eq "none") {
|
||||
}
|
||||
else {
|
||||
warn "we don't support a server for $what";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user