GNOME Bugzilla – Bug 646835
soup_session_requeue_message() broken from SoupSessionAsync completion callback
Last modified: 2015-10-09 12:29:07 UTC
SoupSessionAsync removes the item from the queue before calling the completion callback, so soup_session_requeue_message() will fail.
no one seems to be complaining about this being broken, so...
I just tried to implement retry in the gstreamer souphttpclientsink element, and am now stuck because soup_session_requeue_message() is broken in the callback. Is there a way this bug can be reopened?