We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2df40a commit 331e6e8Copy full SHA for 331e6e8
History.md
@@ -1,4 +1,12 @@
1
2
+0.7.2 / 2011-06-22
3
+==================
4
+
5
+ * Make sure to write a packet (of type `noop`) when closing a poll.
6
+ This solves a problem with cross-domain requests being flagged as aborted and
7
+ reconnection being triggered.
8
+ * Added `noop` message type.
9
10
0.7.1 / 2011-06-21
11
==================
12
lib/socket.io.js
@@ -17,7 +17,7 @@ var http = require('http')
17
* Version.
18
*/
19
20
-exports.version = '0.7.0';
+exports.version = '0.7.2';
21
22
/**
23
* Supported protocol version.
0 commit comments