Skip to content

Commit f7ede87

Browse files
committed
fix: use IANA standard (#771)
1 parent e1015fb commit f7ede87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http/httpdef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ enum http_method {
203203
XX(IMAGE_PNG, image/png, png) \
204204
XX(IMAGE_GIF, image/gif, gif) \
205205
XX(IMAGE_ICO, image/x-icon, ico) \
206-
XX(IMAGE_BMP, image/x-ms-bmp, bmp) \
206+
XX(IMAGE_BMP, image/bmp, bmp) \
207207
XX(IMAGE_SVG, image/svg+xml, svg) \
208208
XX(IMAGE_TIFF, image/tiff, tiff) \
209209
XX(IMAGE_WEBP, image/webp, webp) \

0 commit comments

Comments
 (0)