mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-26 04:09:30 +03:00
connection_close_error(): fixed set of error flag with messages disabled
This commit is contained in:
@@ -901,8 +901,8 @@ static void
|
||||
connection_close_error (struct MHD_Connection *connection,
|
||||
const char *emsg)
|
||||
{
|
||||
#ifdef HAVE_MESSAGES
|
||||
connection->stop_with_error = true;
|
||||
#ifdef HAVE_MESSAGES
|
||||
if (NULL != emsg)
|
||||
MHD_DLOG (connection->daemon,
|
||||
"%s\n",
|
||||
|
||||
Reference in New Issue
Block a user