kopia lustrzana https://github.com/c9/core
Fixed bug using port specified in the socket
rodzic
e1b3426361
commit
159c1c5419
|
@ -240,7 +240,7 @@ define(function(require, exports, module) {
|
|||
path: parsedSocket.path,
|
||||
host: parsedSocket.host,
|
||||
port: parsedSocket.port
|
||||
|| parsedSocket.protocol == "https:" ? "443" : null,
|
||||
|| (parsedSocket.protocol == "https:" ? "443" : null),
|
||||
secure: parsedSocket.protocol
|
||||
? parsedSocket.protocol == "https:" : true,
|
||||
rejectUnauthorized: options.rejectUnauthorized
|
||||
|
|
Ładowanie…
Reference in New Issue