engine.io
Advanced tools
Comparing version 1.4.3 to 1.5.0
1.5.0 / 2015-01-18 | ||
================== | ||
* package: bump `engine.io-parser` | ||
* polling: correctly abort the ongoing data request when closing [lpinca] | ||
* add cert-related client tests [rase-] | ||
1.4.3 / 2014-11-21 | ||
@@ -3,0 +10,0 @@ ================== |
@@ -179,3 +179,2 @@ | ||
req.abort = cleanup; | ||
req.on('close', onClose); | ||
@@ -269,5 +268,4 @@ req.on('data', onData); | ||
if (this.dataReq) { | ||
// FIXME: should we do this? | ||
debug('aborting ongoing data request'); | ||
this.dataReq.abort(); | ||
this.dataReq.destroy(); | ||
} | ||
@@ -274,0 +272,0 @@ |
{ | ||
"name": "engine.io", | ||
"version": "1.4.3", | ||
"version": "1.5.0", | ||
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server", | ||
@@ -8,6 +8,2 @@ "main": "./lib/engine.io", | ||
"homepage": "https://github.com/LearnBoost/engine.io", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/LearnBoost/engine.io.git" | ||
}, | ||
"contributors": [ | ||
@@ -22,3 +18,3 @@ { "name": "Eugen Dueck", "web": "https://github.com/EugenDueck" }, | ||
"ws": "0.5.0", | ||
"engine.io-parser": "1.1.0", | ||
"engine.io-parser": "1.2.1", | ||
"base64id": "0.1.0" | ||
@@ -30,3 +26,3 @@ }, | ||
"superagent": "0.15.4", | ||
"engine.io-client": "1.4.3", | ||
"engine.io-client": "1.5.0", | ||
"s": "0.1.1" | ||
@@ -37,4 +33,4 @@ }, | ||
"type": "git", | ||
"url": "git@github.com:LearnBoost/engine.io.git" | ||
"url": "git@github.com:Automattic/engine.io.git" | ||
} | ||
} |
65207
1372
+ Addedengine.io-parser@1.2.1(transitive)
+ Addedhas-binary@0.1.5(transitive)
+ Addedisarray@0.0.1(transitive)
- Removedengine.io-parser@1.1.0(transitive)
Updatedengine.io-parser@1.2.1