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-04-30 03:00:39 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0.7.2
socket.io
/
lib
/
transports
History
Guillermo Rauch
aef5027640
Make sure to write a packet (of type
noop
) when closing a poll. This solves a problem
...
with cross-domain requests being flagged as aborted and reconnection being triggered.
2011-06-22 04:08:28 -03:00
..
flashsocket.js
Only require flashpolicy when the we create a function
2011-06-20 10:04:01 +02:00
htmlfile.js
Reverting to more lightweight htmlfile framing.
2011-06-21 04:59:29 -03:00
http-polling.js
Make sure to write a packet (of type
noop
) when closing a poll. This solves a problem
2011-06-22 04:08:28 -03:00
http.js
Fixed; restored headers in POST responses.
2011-06-21 20:34:20 -03:00
index.js
Added WIP flashsocket
2011-06-17 23:10:23 +02:00
jsonp-polling.js
Changed; JSONP flagged for POST url decoding.
2011-06-17 15:50:53 -03:00
websocket.js
Remove graceful close, as web implementations don't need it.
2011-06-21 01:09:11 -03:00
xhr-polling.js
Fixed parameter names for xhr-polling
2011-05-19 14:51:55 -07:00