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
