mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
Removed onClose from xhr
This commit is contained in:
@@ -83,8 +83,7 @@
|
||||
if (this._sendXhr){
|
||||
this._sendXhr.onreadystatechange = this._sendXhr.onload = empty;
|
||||
this._sendXhr.abort();
|
||||
}
|
||||
this._onClose();
|
||||
}
|
||||
this._onDisconnect();
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user