commit 5f77812125b4688bfd721f9a89db610bcaa98049
parent bc827fcc09ac66b87a6ac052982beda393aeec60
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Sun, 28 Jan 2024 23:36:40 +0100
Minor correction for 52a5e465844add3dd968f2318eab5e6f91a5a1e7
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/examples/responseheaders.c b/doc/examples/responseheaders.c
@@ -72,7 +72,7 @@ answer_to_connection (void *cls, struct MHD_Connection *connection,
MIMETYPE))
{
fprintf (stderr,
- "Failed to set content encoding type!\n");
+ "Failed to set content type header!\n");
/* return response without content encoding anyway ... */
}
ret = MHD_queue_response (connection,