mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
Fix incorrect MIME type
This commit is contained in:
parent
32adf4347d
commit
23f9a20e8d
@ -82,7 +82,7 @@ static const struct table_entry {
|
|||||||
{ "jpeg", "image/jpeg" },
|
{ "jpeg", "image/jpeg" },
|
||||||
{ "png", "image/png" },
|
{ "png", "image/png" },
|
||||||
{ "pdf", "application/pdf" },
|
{ "pdf", "application/pdf" },
|
||||||
{ "ps", "application/postsript" },
|
{ "ps", "application/postscript" },
|
||||||
{ NULL, NULL },
|
{ NULL, NULL },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user