[minor doc] Correct comment

This commit is contained in:
Maciej Małecki 2012-08-10 21:45:30 +02:00
parent 812868ddfc
commit cee27feedd

View File

@ -438,7 +438,6 @@ HttpProxy.prototype.proxyWebSocketRequest = function (req, socket, head, buffer)
// Helper function for setting appropriate socket values:
// 1. Turn of all bufferings
// 2. For server set KeepAlive
// 3. For client set encoding
//
function _socket(socket, keepAlive) {
socket.setTimeout(0);