GNOME Bugzilla – Bug 745094
Cancelling of paused message does not work reliably
Last modified: 2015-02-27 17:10:36 UTC
Created attachment 297777 [details] [review] patch for showing and fixing the described behaviour SoupSession does not always cancel messages properly when the message is in paused state. The attached patch adds a test case showing the behaviour in tests/session-test.c and the fix for it on soup-session.c.
Created attachment 297857 [details] [review] add a test for cancelling a paused message
Created attachment 297858 [details] [review] fix cancellation of paused messages Here are two more patches. The first adds a test case for the described problem. The second fixes the problem in a sligthly different way than the change proposed by Henry. It basically does the same but avoids doing the queue lookup twice.
fixed in git (and next week's release). Thanks for the patches.