Skip to content

Commit

Permalink
server: ref fix by @nicokaiser
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jul 30, 2014
1 parent 01e173c commit 681b4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server.js
Expand Up @@ -283,7 +283,7 @@ Server.prototype.handleUpgrade = function(req, socket, upgradeHead){
upgradeHead = null;

// delegate to ws
self.ws.handleUpgrade(req, socket, upgradeHead, function(conn){
self.ws.handleUpgrade(req, socket, head, function(conn){
self.onWebSocket(req, conn);
});
});
Expand Down

0 comments on commit 681b4fc

Please sign in to comment.