Skip to content

Commit

Permalink
Merge pull request MetaMask#265 from 0xProject/master
Browse files Browse the repository at this point in the history
Fix never-ending Request Bug
  • Loading branch information
kumavis authored Oct 4, 2018
2 parents accb8b5 + 1f1851e commit 3a28648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subproviders/rpc.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RpcSource.prototype.handleRequest = function(payload, next, end){
},
body: JSON.stringify(newPayload),
rejectUnauthorized: false,
timeout: 20000,
}, function(err, res, body) {
if (err) return end(new JsonRpcError.InternalError(err))

Expand Down

0 comments on commit 3a28648

Please sign in to comment.