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
da95a4e31f2bfd24ed3dfe27e0b1668ef643ef46
socket.io
/
lib
/
transports
History
Guillermo Rauch
60ad6e3ceb
Fixed; HTMLFile#doWrite never gets called since it's an HTTP non-polling transport.
2011-05-16 19:44:37 -07:00
..
htmlfile.js
Fixed; HTMLFile#doWrite never gets called since it's an HTTP non-polling transport.
2011-05-16 19:44:37 -07:00
http-polling.js
Fixed; moved data decoding logic into base HTTP transport interface.
2011-05-15 13:36:21 -07:00
http.js
Fixed handling of incoming POST requests to a XHR transport.
2011-05-15 19:07:04 -07:00
index.js
Socket.IO 0.7-pre
2011-05-05 08:49:40 -07:00
jsonp-polling.js
Removed const (slow)
2011-05-06 15:12:51 -07:00
websocket.js
Added WebSocket#writeVolatile (and WebSocket#drained state)
2011-05-08 20:38:10 -07:00
xhr-polling.js
Changed; only output CORS headers for cross-domain requests to minimize framing.
2011-05-08 20:38:53 -07:00