We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1015fb commit f7ede87Copy full SHA for f7ede87
http/httpdef.h
@@ -203,7 +203,7 @@ enum http_method {
203
XX(IMAGE_PNG, image/png, png) \
204
XX(IMAGE_GIF, image/gif, gif) \
205
XX(IMAGE_ICO, image/x-icon, ico) \
206
- XX(IMAGE_BMP, image/x-ms-bmp, bmp) \
+ XX(IMAGE_BMP, image/bmp, bmp) \
207
XX(IMAGE_SVG, image/svg+xml, svg) \
208
XX(IMAGE_TIFF, image/tiff, tiff) \
209
XX(IMAGE_WEBP, image/webp, webp) \
0 commit comments