mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
447 B
447 B
0.7.2 / 2011-06-22
- 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. - Added
noopmessage type.
0.7.1 / 2011-06-21
- Fixed cross-domain XHR.
- Added CORS test to xhr-polling suite.