You could filter those in your custom logger, which you can set using MHD_OPTION_EXTERNAL_LOGGER.
-Christian
On 03/14/2016 02:11 PM, silvioprog wrote:
> Hello,
>
> Sometimes, an application needs to refuse the client connection, something
> like this:
>
> static int ahc_echo(void *cls, ...) {
> if (!logged())
> return MHD_NO;
> }
>
> However, when I pass the MHD_NO to the AHC, I always get the "Internal
> application error, closing connection" in my log.
>
> So, is there some way to do it without log this message?
>
signature.asc
Description: OpenPGP digital signature
