Skip to content

Commit

Permalink
[minor] Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Jun 23, 2011
1 parent 4cdbf0e commit b608a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node-http-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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, {
Expand Down

0 comments on commit b608a02

Please sign in to comment.