mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
don't set request property
This commit is contained in:
@@ -60,7 +60,6 @@ function Socket(nsp, client){
|
||||
this.server = nsp.server;
|
||||
this.adapter = this.nsp.adapter;
|
||||
this.id = client.id;
|
||||
this.request = client.request;
|
||||
this.client = client;
|
||||
this.conn = client.conn;
|
||||
this.rooms = [];
|
||||
|
||||
Reference in New Issue
Block a user