Comparing version 0.5.16 to 0.5.17
0.5.17 / 2014-08-08 | ||
================== | ||
* Remove aborted. joyent/node#7457 | ||
* missing I in urllib logo | ||
0.5.16 / 2014-05-15 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -425,4 +425,5 @@ /**! | ||
if (res.aborted) { | ||
err = new Error('Remote socket was terminated before `response.end()` was called'); | ||
err.name = 'RemoteSocketClosedError'; | ||
// err = new Error('Remote socket was terminated before `response.end()` was called'); | ||
// err.name = 'RemoteSocketClosedError'; | ||
debug('Request#%d %s: Remote socket was terminated before `response.end()` was called', reqId, url); | ||
} | ||
@@ -436,2 +437,3 @@ | ||
var abortRequest = function () { | ||
debug('Request#%d %s abort, connected: %s', reqId, connnected); | ||
// it wont case error event when req haven't been assigned a socket yet. | ||
@@ -438,0 +440,0 @@ if (!req.socket) { |
{ | ||
"name": "urllib", | ||
"version": "0.5.16", | ||
"version": "0.5.17", | ||
"description": "Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.", | ||
@@ -5,0 +5,0 @@ "keywords": [ "urllib", "http", "urlopen", "curl", "wget", "request", "https" ], |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33443
433