From 0bbf2a3cf0a59ec8039ccaa403a25fda70736eba Mon Sep 17 00:00:00 2001 From: kakwa Date: Tue, 23 Aug 2016 20:16:54 +0200 Subject: [PATCH] fix content type --- src/lib/rfc3161.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/rfc3161.c b/src/lib/rfc3161.c index bdec0d6..520cc4d 100644 --- a/src/lib/rfc3161.c +++ b/src/lib/rfc3161.c @@ -79,7 +79,7 @@ static int begin_request_handler(struct mg_connection *conn) { // Send HTTP reply to the client mg_printf(conn, "HTTP/1.1 200 OK\r\n" - "Content-Type: text/plain\r\n" + "Content-Type: application/timestamp-reply\r\n" "Content-Length: %d\r\n" // Always set Content-Length "\r\n" "%s",