don't set request property

This commit is contained in:
Naoyuki Kanezawa
2015-05-30 03:34:05 +09:00
parent 43fa075ec4
commit 4d36d6c01a

View File

@@ -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 = [];