mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
Merge branch 'master' of github.com:LearnBoost/socket.io-client
This commit is contained in:
@@ -157,6 +157,8 @@
|
||||
|
||||
if (xhr.status == 200) {
|
||||
complete(xhr.responseText);
|
||||
} else if (xhr.status == 403) {
|
||||
self.onError(xhr.responseText);
|
||||
} else {
|
||||
self.connecting = false;
|
||||
!self.reconnecting && self.onError(xhr.responseText);
|
||||
|
||||
Reference in New Issue
Block a user