小调整。
parent
6add5c1138
commit
09023f57f9
|
@ -48,7 +48,7 @@ module.exports = class FakeServersCenter {
|
|||
getServerPromise (hostname, port, ssl, manualCompatibleConfig) {
|
||||
if (port === 443 || port === 80) {
|
||||
ssl = port === 443
|
||||
} else {
|
||||
} else if (ssl) {
|
||||
// 兼容程序:1
|
||||
const compatibleConfig = compatible.getConnectCompatibleConfig(hostname, port, manualCompatibleConfig)
|
||||
if (compatibleConfig && compatibleConfig.ssl != null) {
|
||||
|
|
Loading…
Reference in New Issue