Skip to content

Commit

Permalink
Set default_type to null instead application/octet-stream
Browse files Browse the repository at this point in the history
Fix broofa#139 Default content-type should not be application/octet-stream
  • Loading branch information
felicienfrancois committed Mar 1, 2016
1 parent a5c1455 commit 64e6de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mime.js
Expand Up @@ -87,7 +87,7 @@ var mime = new Mime();
mime.define(require('./types.json'));

// Default type
mime.default_type = mime.lookup('bin');
mime.default_type = null;

//
// Additional API specific to the default instance
Expand Down

0 comments on commit 64e6de1

Please sign in to comment.