libmicrohttpd
[Top][All Lists]
Advanced

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

[libmicrohttpd] MHD_connection_close API


From: Robert Groenenberg
Subject: [libmicrohttpd] MHD_connection_close API
Date: Tue, 1 Dec 2015 14:13:37 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Hi Christian,

In my application I want to be able to close a (persistent) connection after completing the current request. For this I had in mind to register a callback for the NOTIFY_COMPLETED option.
When the callback is called and my close flag is set, I wanted to call MHD_connection_close().
Only glitch is that MHD_connection_close() is not in the external API...

Could it be made part of the external API?

Kind regards,
Robert

reply via email to

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