mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
Minor correction for 52a5e46584
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user