Fixed problem with not being able to execute. ALL Tests are now running successfully.
This commit is contained in:
parent
7902478c82
commit
196706aef7
@ -137,7 +137,7 @@ function authorize(options, onConnection) {
|
|||||||
|
|
||||||
return function(socket, accept){
|
return function(socket, accept){
|
||||||
var token, error;
|
var token, error;
|
||||||
var handshake = data.handshake;
|
var handshake = socket.handshake;
|
||||||
var req = socket.request || socket;
|
var req = socket.request || socket;
|
||||||
var authorization_header = (req.headers || {}).authorization;
|
var authorization_header = (req.headers || {}).authorization;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user