soup-session: handle cancellation of SoupCache resources
authorSergio Villar Senin <svillar@igalia.com>
Wed, 30 Jan 2013 19:05:29 +0000 (20:05 +0100)
committerSergio Villar Senin <svillar@igalia.com>
Tue, 12 Feb 2013 09:15:51 +0000 (10:15 +0100)
commit52b4df4b2b6d2c70fa333ce712041fd85a65d7c9
treec3055bc7d101ddb90b98d4123949007e07d02a31
parentdca68a229e60f76191f9ab4f1d01ca87b842180c
soup-session: handle cancellation of SoupCache resources

SoupSession will now properly handle cancellations (either with
soup_session_cancel_message or g_cancellable_cancel) of resources returned
by the cache whether they're fresh or need a revalidation.

http://bugzilla.gnome.org/show_bug.cgi?id=692310
libsoup/soup-cache-private.h
libsoup/soup-cache.c
libsoup/soup-session.c