aboutsummaryrefslogtreecommitdiff
path: root/test/bsd_socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/bsd_socket.c')
-rw-r--r--test/bsd_socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bsd_socket.c b/test/bsd_socket.c
index 39f601d..02ee592 100644
--- a/test/bsd_socket.c
+++ b/test/bsd_socket.c
@@ -147,7 +147,7 @@ void rhFavicon(struct picohttpRequest *req)
{
fprintf(stderr, "handling request /favicon.ico\n");
- req->response.contenttype = "image/vnd.microsoft.icon";
+ req->response.contenttype = "image/x-icon";
req->response.contentlength = sizeof(favicon_ico);
picohttpResponseWrite(req, sizeof(favicon_ico), favicon_ico);
}