soup-http-input-stream: unpause the SoupMessage before cancelling it.
authorSergio Villar Senin <svillar@igalia.com>
Thu, 27 Oct 2011 13:00:31 +0000 (15:00 +0200)
committerSergio Villar Senin <svillar@igalia.com>
Fri, 28 Oct 2011 07:00:05 +0000 (09:00 +0200)
commit2ec9af5efab3410e40dc84ca37264b58878727e3
treed8a5e8480a57d728233e996d81123eccc90a8efe
parent9edf2779f4a329c3d3deb7753b5f14c26f9fcd4f
soup-http-input-stream: unpause the SoupMessage before cancelling it.

If we try to close a SoupHttpInputStream before the SoupMessage is finished
and the SoupMessage is in paused state, it will remain paused forever.
Unpause the SoupMessage before actually cancelling it.

https://bugzilla.gnome.org/show_bug.cgi?id=662847
libsoup/soup-http-input-stream.c