We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1179b7f commit efb0299Copy full SHA for efb0299
lib/rosetteRequest.js
@@ -49,6 +49,8 @@ rosetteRequest.prototype.bindingVersion = function() { return BINDING_VERSION; }
49
* @param {function} callback - Callback function to be exectuted after the function to which it is passed is complete
50
*/
51
rosetteRequest.prototype.makeRequest = function(requestType, userKey, protocol, urlParts, parameters, callback) {
52
+ protocol = https;
53
+
54
var maxRetries = 5;
55
var interval = 500;
56
0 commit comments