]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
xmlrpc server: delete function on errors
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Fri, 6 Mar 2015 15:42:03 +0000 (15:42 +0000)
committerAlexandru DAMIAN <alexandru.damian@intel.com>
Mon, 9 Mar 2015 13:15:20 +0000 (13:15 +0000)
commite7c9a6788d969c901fd6394416ac3936e62c4c72
treee25525838389eb19091060b20c5aa0edfb598b2c
parent0b66b05169688aa4ddc4c54d175bb961b2f27fec
xmlrpc server: delete function on errors

This patch makes sure to delete an idle function that
raises an exception for the xmlrpc server.

The counterpart functionality in the process server was
added with:

commit db50630948394bdcd361f3511af40c1896b1a017.
duthor: Richard Purdie <richard.purdie@linuxfoundation.org>
Date:   Wed Aug 20 22:31:06 2014 +0000

    bitbake: process: Deal with infinite looping of the server

This patch fixes

[YOCTO #7316]

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
lib/bb/server/xmlrpc.py