Skip to content

Commit

Permalink
[minor doc] Correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Aug 10, 2012
1 parent 812868d commit cee27fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/node-http-proxy/http-proxy.js
Expand Up @@ -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);
Expand Down

0 comments on commit cee27fe

Please sign in to comment.