GNOME Bugzilla – Bug 654449
g_object_new (SOUP_TYPE_SERVER, ...) must not return NULL
Last modified: 2011-07-12 12:31:52 UTC
Currently SoupServer:construct returns NULL on error, e.g. binding to the same port twice. GObject construction is supposed to never fail. This causes e.g. gjs to behave badly.
*** This bug has been marked as a duplicate of bug 561547 ***