Browse Source
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

1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue