Merge pull request #337 from 3rd-Eden/handshakeData

Expose path and querystring in handshakeData
This commit is contained in:
Guillermo Rauch
2011-07-30 18:47:12 -07:00

View File

@@ -835,6 +835,8 @@ Manager.prototype.handshakeData = function (data) {
headers: data.headers
, address: connectionAddress
, time: (new Date).toString()
, query: data.query
, url: data.request.url
, xdomain: !!data.request.headers.origin
, secure: data.request.connection.secure
};