Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert mime-table optimization, partially
Since bsearch() only compares the key itself with the other values from the array, this optimization would never work, as compare_mime_entry() would never be called with pointers from the mime extension table.
- Loading branch information