On 03/12/14 09:09, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
Can you check that the ctx get the flag XMLRPC_DELAYED_REPLY_F set?
Otherwise, the dispatch_rpc() from xmlrpc.c is sending a response automatically.
i have not set the flag explicitly, but it should be set by call
dctx = rpc->delayed_ctx_new(c);
because xmlrpc.c/rpc_delayed_ctx_new() function sets the flag.
It was more to see if it is still sent inside xmlrpc_dispatch() -- perhaps you can add a log message there before rpc_send()
Cheers, Daniel