This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
socket.io
Watch
1
Star
1
Fork
0
You've already forked socket.io
mirror of
https://github.com/socketio/socket.io.git
synced
2026-01-14 17:37:56 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0.9.8
socket.io
/
lib
/
transports
History
bodash
ffa8994a23
I continued to have websocket connection issues in Safari when using SSL that terminated at a load balancer. The shorthand logic that was here was nice and compact but didn't seem to work. Took the "intent" of the short hand and made it a bit more verbose and now it works.
2012-05-02 13:18:46 -06:00
..
websocket
I continued to have websocket connection issues in Safari when using SSL that terminated at a load balancer. The shorthand logic that was here was nice and compact but didn't seem to work. Took the "intent" of the short hand and made it a bit more verbose and now it works.
2012-05-02 13:18:46 -06:00
flashsocket.js
fixed race condition and scoping bug
2011-10-25 21:25:44 +02:00
htmlfile.js
charset=UTF8
2011-10-26 11:48:41 +02:00
http-polling.js
Fix disconnection reason being lost for polling transports.
2012-04-05 14:31:32 -03:00
http.js
Ensure close upon request close.
2012-04-05 14:31:50 -03:00
index.js
Added WIP flashsocket
2011-06-17 23:10:23 +02:00
jsonp-polling.js
Fixed XSS in jsonp-polling.
2012-04-17 19:48:32 -03:00
websocket.js
redirect actual transport name (such as flashsocket), if present, to the websocket version being loaded
2011-09-20 18:53:04 +02:00
xhr-polling.js
Supplemental fix to gavinuhma/authfix, it looks like the same Access-Control-Origin logic is needed in the http and xhr-polling transports
2012-02-03 12:20:40 -08:00