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.
-- juha