manually specify encoding

Tento commit je obsažen v:
AJ ONeal 2015-12-16 12:57:26 +00:00
rodič 78c9daa059
revize c92a9f1864

Zobrazit soubor

@ -17,6 +17,7 @@ module.exports.create = function (deps) {
// TODO check response header on request for cache time
return request({
url: acmeDiscoveryUrl
, encoding: 'utf8'
}, function (err, resp) {
if (err) {
cb(err);