libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] Another question


From: John Muth
Subject: [libmicrohttpd] Another question
Date: Fri, 15 May 2009 13:29:41 -0700

Hi Christian,

One more question about libmicrohttpd. I registered a MHD_OPTION_NOTIFY_COMPLETED handler when I started the daemon and I register a reader free callback with MHD_create_response_from_callback. When things are correct I see the reader_free_callback
before the completed callback. However if I mistakenly pass a length of 0 to MHD_create_response_from_callback I see the completed callback BEFORE the reader_free callback. Is this expected, or did I just trip over a bad path through the code?

-John

reply via email to

[Prev in Thread] Current Thread [Next in Thread]