mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-12 00:17:56 -05:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a91c6f26f4 | ||
|
|
aa9f2596cb |
@@ -1,4 +1,9 @@
|
||||
|
||||
0.6.8 / 2011-01-10
|
||||
==================
|
||||
|
||||
* Fixed issue with terminating connection twice
|
||||
|
||||
0.6.7 / 2011-01-09
|
||||
==================
|
||||
|
||||
|
||||
@@ -69,8 +69,8 @@ Client.prototype._onConnect = function(req, res){
|
||||
|
||||
this.connection.addListener('end', function(){
|
||||
self._onClose();
|
||||
self.connection.destroy();
|
||||
self.connection = null;
|
||||
if (self.connection)
|
||||
self.connection.destroy();
|
||||
});
|
||||
|
||||
if (req){
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ "name" : "socket.io"
|
||||
, "description" : "The cross-browser WebSocket"
|
||||
, "version" : "0.6.7"
|
||||
, "version" : "0.6.8"
|
||||
, "author" : "LearnBoost"
|
||||
, "licenses" :
|
||||
[ { "type" : "MIT"
|
||||
|
||||
Reference in New Issue
Block a user