This commit is contained in:
calzoneman 2014-08-20 12:11:46 -05:00
parent ab49eaab76
commit c757f62fc1
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ function addTypecheckedFunctions(sock) {
function handleConnection(sock) {
var ip = sock.request.connection.remoteAddress;
if (!ip) {
socket.emit("kick", {
sock.emit("kick", {
reason: "Your IP address could not be determined from the socket connection. See https://github.com/Automattic/socket.io/issues/1387#issuecomment-48425088 for details"
});
return;