Merge pull request #240 from coolaj86/patch-2
remove dead code (bogus call to createCredentials)
This commit is contained in:
commit
2ecf53e8ec
@ -60,7 +60,6 @@ exports.OAuth2.prototype._chooseHttpLibrary= function( parsedUrl ) {
|
|||||||
|
|
||||||
exports.OAuth2.prototype._request= function(method, url, headers, post_body, access_token, callback) {
|
exports.OAuth2.prototype._request= function(method, url, headers, post_body, access_token, callback) {
|
||||||
|
|
||||||
var creds = crypto.createCredentials({ });
|
|
||||||
var parsedUrl= URL.parse( url, true );
|
var parsedUrl= URL.parse( url, true );
|
||||||
if( parsedUrl.protocol == "https:" && !parsedUrl.port ) {
|
if( parsedUrl.protocol == "https:" && !parsedUrl.port ) {
|
||||||
parsedUrl.port= 443;
|
parsedUrl.port= 443;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user