mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05: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…
Reference in New Issue
Block a user