soup-session: use SoupMessageQueueItem's cancellable for the GTask
authorSergio Villar Senin <svillar@igalia.com>
Wed, 30 Jan 2013 18:25:12 +0000 (19:25 +0100)
committerSergio Villar Senin <svillar@igalia.com>
Mon, 4 Feb 2013 09:13:49 +0000 (10:13 +0100)
commite91d1962451116a8d7ce1a7b0031095482bfe4a9
tree2540d91135ee53cd642fb69efaef250b16904d14
parent48b065832cbcbdab96db46864c9f5ac7152b5556
soup-session: use SoupMessageQueueItem's cancellable for the GTask

Even if the caller does not specify a GCancellable the GTask must use the
one that comes with the item by default.

This also sets check_cancellable() to FALSE in the session's GTask in order
not to override error messages previously set on the GTask in case of
cancellations.

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