Skip to content

Commit

Permalink
Not setting socketKeepAlive right now
Browse files Browse the repository at this point in the history
  • Loading branch information
satyamshekhar committed Apr 27, 2012
1 parent 6fa2b4f commit 6342fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/response.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ BoshResponse.prototype = {
// Increasing the timeout of the underlying socket to allow
// wait > 120 sec
this._res.socket.setTimeout(wait * 1000 + 10);
this._res.socket.setKeepAlive(true, this._options.HTTP_SOCKET_KEEPALIVE);
// this._res.socket.setKeepAlive(true, this._options.HTTP_SOCKET_KEEPALIVE);
}
}
};
Expand Down

0 comments on commit 6342fca

Please sign in to comment.