Hm... I use MHD_OPTION_EXTERNAL_LOGGER, so I'll do something like: if (msg != 'Internal application error, closing connection.\n') logger.log(msg);
I thought about it, but I didn't know that I could skip all messages of this type. Thank you! :-) On Mon, Mar 14, 2016 at 10:34 AM, Christian Grothoff <[email protected]> wrote: > You could filter those in your custom logger, which you can set using > MHD_OPTION_EXTERNAL_LOGGER. > > -Christian -- Silvio Clécio
