[minor] Add missing space

This commit is contained in:
indexzero 2011-06-23 04:34:47 -04:00
parent 4cdbf0e872
commit b608a029f8

View File

@ -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, {