From b608a029f8aa26f1a74a917e0bec0ac37e4615a0 Mon Sep 17 00:00:00 2001 From: indexzero Date: Thu, 23 Jun 2011 04:34:47 -0400 Subject: [PATCH] [minor] Add missing space --- lib/node-http-proxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node-http-proxy.js b/lib/node-http-proxy.js index f96cf5c..0c69585 100644 --- a/lib/node-http-proxy.js +++ b/lib/node-http-proxy.js @@ -192,7 +192,7 @@ exports.createServer = function () { if (!callback) { // WebSocket support: if callback is empty tunnel // websocket request automatically - server.on('upgrade', function(req, socket, head) { + server.on('upgrade', function (req, socket, head) { // Tunnel websocket requests too proxy.proxyWebSocketRequest(req, socket, head, {