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/6841/head
parent
22375170df
commit
c25a6cf09b
Loading…
Reference in New Issue