зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 12afeda05d47 (bug 1350887)
This commit is contained in:
Родитель
b7af545070
Коммит
b41ea93aad
|
@ -324,8 +324,6 @@ server.TCPListener = class {
|
|||
let flags = Ci.nsIServerSocket.KeepWhenOffline;
|
||||
if (this.forceLocal) {
|
||||
flags |= Ci.nsIServerSocket.LoopbackOnly;
|
||||
} else {
|
||||
logger.warn("Server socket is not limited to loopback connections");
|
||||
}
|
||||
this.listener = new ServerSocket(this.port, flags, 1);
|
||||
this.listener.asyncListen(this);
|
||||
|
|
Загрузка…
Ссылка в новой задаче