Fix bug in miemetype name comparator
The code was removing the first matching prefix (x- or x-ms-), which caused 'x-ms-bmp' to end up as 'ms-bmp'. It should be 'bmp'. Fixed by reverting the order of tokens in the regexp.pull/6839/head
parent
bfe2bc17d7
commit
c1344643a1
Loading…
Reference in New Issue