Skip to content

Commit

Permalink
allow images to transmit with null encode
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Jun 29, 2018
1 parent 897bf57 commit 0f47f45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ app.use("/", function(req, res){
var path = iipbase + "/" + req.originalUrl.split("/").splice(1).join("/")
options = {
uri: path,
encoding: null,
method: req.method,
resolveWithFullResponse: true
}
Expand Down

0 comments on commit 0f47f45

Please sign in to comment.