SoupSessionAsync: make soup_session_cancel_message behave stupidly again
authorDan Winship <danw@gnome.org>
Wed, 28 Jul 2010 12:51:06 +0000 (14:51 +0200)
committerDan Winship <danw@gnome.org>
Wed, 28 Jul 2010 12:51:06 +0000 (14:51 +0200)
commitff806c1ce90e637c9c327a561aa2f4d072480908
treead91cad8d9b5a3b443a3940b2d3c1e68bc3414c2
parent01a43ad9824fba77384534c6d588e0e0d653986e
SoupSessionAsync: make soup_session_cancel_message behave stupidly again

The session rewrites changed cancellation in async sessions to happen
asynchronously. This makes more sense than the old behavior, but can
cause problems with code that previously assumed it could
cancel-and-forget (and it wasn't actually an intentional change
anyway). So revert that.

https://bugzilla.gnome.org/show_bug.cgi?id=625406
libsoup/soup-session-async.c