Comparing version 2.2.1 to 2.2.2
2.2.2 / 2015-01-21 | ||
================== | ||
* remove unuse event handlers | ||
2.2.1 / 2014-12-10 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -485,11 +485,11 @@ /**! | ||
res.on('close', function () { | ||
debug('Request#%d %s: `res close` event emit, total size %d', | ||
reqId, url, responseSize); | ||
}); | ||
// res.on('close', function () { | ||
// debug('Request#%d %s: `res close` event emit, total size %d', | ||
// reqId, url, responseSize); | ||
// }); | ||
res.on('error', function () { | ||
debug('Request#%d %s: `res error` event emit, total size %d', | ||
reqId, url, responseSize); | ||
}); | ||
// res.on('error', function () { | ||
// debug('Request#%d %s: `res error` event emit, total size %d', | ||
// reqId, url, responseSize); | ||
// }); | ||
@@ -585,5 +585,5 @@ res.on('aborted', function () { | ||
req.on('close', function () { | ||
debug('Request#%d %s: `req close` event emit', reqId, options.path); | ||
}); | ||
// req.on('close', function () { | ||
// debug('Request#%d %s: `req close` event emit', reqId, options.path); | ||
// }); | ||
@@ -590,0 +590,0 @@ req.on('error', function (err) { |
{ | ||
"name": "urllib", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
43244