You need to wait until your callback is called with an *upload_size of 0 (MHD does *incremental* post-processing!). Then you can queue the reply.

Happy hacking!

Christian

On 10/27/2011 07:55 PM, Avner Flesch wrote:
Hi,

I am using the post process to handle POST message.
After that I want to send response but the "MHD_queue_response" failed
seems because the connection state is
"MHD_CONNECTION_CONTINUE_SENT" (6).
What am I missing?

Thanks

Avner Flesch



Reply via email to