After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 646835 - soup_session_requeue_message() broken from SoupSessionAsync completion callback
soup_session_requeue_message() broken from SoupSessionAsync completion callback
Status: RESOLVED WONTFIX
Product: libsoup
Classification: Core
Component: Misc
unspecified
Other Linux
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2011-04-05 16:22 UTC by Dan Winship
Modified: 2015-10-09 12:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dan Winship 2011-04-05 16:22:01 UTC
SoupSessionAsync removes the item from the queue before calling the completion callback, so soup_session_requeue_message() will fail.
Comment 1 Dan Winship 2012-12-12 10:10:37 UTC
no one seems to be complaining about this being broken, so...
Comment 2 minfrin 2015-10-09 12:29:07 UTC
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?