]> granicus.if.org Git - libevent/commitdiff
Fix incorrect MIME type
authorjohnsonlee <g.johnsonlee@gmail.com>
Tue, 13 Dec 2016 03:54:09 +0000 (11:54 +0800)
committerjohnsonlee <g.johnsonlee@gmail.com>
Tue, 13 Dec 2016 03:54:09 +0000 (11:54 +0800)
sample/http-server.c

index 99c249a24b7a1a4c69ae60e090eedcadec504e3e..579feea6e3e17816bc9829de31d94fbb88989167 100644 (file)
@@ -82,7 +82,7 @@ static const struct table_entry {
        { "jpeg", "image/jpeg" },
        { "png", "image/png" },
        { "pdf", "application/pdf" },
-       { "ps", "application/postsript" },
+       { "ps", "application/postscript" },
        { NULL, NULL },
 };