|
From: | silvioprog |
Subject: | Re: [libmicrohttpd] Creating instances in the option MHD_OPTION_URI_LOG_CALLBACK |
Date: | Wed, 10 Aug 2016 10:32:04 -0300 |
On 08/08/2016 02:26 AM, silvioprog wrote:
> Anyway, I have some doubts. When I set a routine to the
> MHD_OPTION_URI_LOG_CALLBACK option, is this one always called once time for
> each request? If so, that's OK, otherwise, which one can I use instead?
The log is guaranteed to be called once and only once per request (if
set), so you're good here.
[Prev in Thread] | Current Thread | [Next in Thread] |