Skip to content

Commit cee27fe

Browse files
committed
[minor doc] Correct comment
1 parent 812868d commit cee27fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: lib/node-http-proxy/http-proxy.js

-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,6 @@ HttpProxy.prototype.proxyWebSocketRequest = function (req, socket, head, buffer)
438438
// Helper function for setting appropriate socket values:
439439
// 1. Turn of all bufferings
440440
// 2. For server set KeepAlive
441-
// 3. For client set encoding
442441
//
443442
function _socket(socket, keepAlive) {
444443
socket.setTimeout(0);

0 commit comments

Comments
 (0)