fix value

v1.18.x
barisusakli 8 years ago
parent 862678eefe
commit c972a339e6

@ -26,7 +26,7 @@ module.exports = function (middleware) {
for (var key in headers) {
if (headers.hasOwnProperty(key)) {
res.setHeader(key, encodeURIComponent(value));
res.setHeader(key, encodeURIComponent(headers[key]));
}
}

Loading…
Cancel
Save