Skip to content

Instantly share code, notes, and snippets.

@bendytree
Created August 20, 2013 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bendytree/80b0e257e9868c522957 to your computer and use it in GitHub Desktop.
Save bendytree/80b0e257e9868c522957 to your computer and use it in GitHub Desktop.
Primus/Engine.IO Reconnects
GET https://mysite.com/primus/?EIO=2&transport=polling
200 OK
309ms
socket...0.174-0 (line 776)
GET https://mysite.com/primus/?EIO=2&transport=polling&sid=VV_2AW6uTCxS_ADqAAMt
400 Bad Request
304ms
socket...0.174-0 (line 776)
POST https://mysite.com/primus/?EIO=2&transport=polling&sid=VV_2AW6uTCxS_ADqAAMt
200 OK
304ms
socket...0.174-0 (line 776)
"NetworkError: 400 Bad Request - https://mysite.com/primus/?EIO=2&transport=polling&sid=VV_2AW6uTCxS_ADqAAMt"
?EIO=2...ADqAAMt
Firefox can't establish a connection to the server at wss://mysite.com/primus/?EIO=2&transport=websocket&sid=VV_2AW6uTCxS_ADqAAMt.
this.socket = new (e())(this.uri()), this.socket.onopen = function() {
socket...0.174-0 (line 873)
The connection to wss://mysite.com/primus/?EIO=2&transport=websocket&sid=VV_2AW6uTCxS_ADqAAMt was interrupted while the page was loading.
this.socket = new (e())(this.uri()), this.socket.onopen = function() {
socket...0.174-0 (line 873)
GET https://mysite.com/primus/?EIO=2&transport=polling
200 OK
304ms
socket...0.174-0 (line 776)
GET https://mysite.com/primus/?EIO=2&transport=polling&sid=Z8GdxtIynXXnjdFOAAMu
400 Bad Request
302ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment