From cee27feeddf9b4db06917dfa9e59e6bcd7e14c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Ma=C5=82ecki?= Date: Fri, 10 Aug 2012 21:45:30 +0200 Subject: [PATCH] [minor doc] Correct comment --- lib/node-http-proxy/http-proxy.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/node-http-proxy/http-proxy.js b/lib/node-http-proxy/http-proxy.js index ebc29a5..5f606e2 100644 --- a/lib/node-http-proxy/http-proxy.js +++ b/lib/node-http-proxy/http-proxy.js @@ -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);