kopia lustrzana https://github.com/c9/core
Fixes +6094. Not able to connect to vfs over http
rodzic
1c11468fe0
commit
2e6bb1c394
|
@ -223,7 +223,8 @@ define(function(require, exports, module) {
|
||||||
eioOptions = {
|
eioOptions = {
|
||||||
path: parsedSocket.path,
|
path: parsedSocket.path,
|
||||||
host: parsedSocket.host,
|
host: parsedSocket.host,
|
||||||
port: parsedSocket.port || "443",
|
port: parsedSocket.port
|
||||||
|
|| parsedSocket.protocol == "https:" ? "443" : null,
|
||||||
secure: parsedSocket.protocol
|
secure: parsedSocket.protocol
|
||||||
? parsedSocket.protocol == "https:" : true
|
? parsedSocket.protocol == "https:" : true
|
||||||
};
|
};
|
||||||
|
|
Ładowanie…
Reference in New Issue