From: Zeeshan Ali (Khattak) Date: Wed, 17 Mar 2010 15:42:31 +0000 (+0200) Subject: core: Message needs to be unpaused on completion X-Git-Tag: RYGEL_0_5_2~81 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=580bbc8219bbe20a052e71aeaadbcfefef4da8df;p=profile%2Fivi%2Frygel.git core: Message needs to be unpaused on completion Soup.Message needs to be unpaused on completion. --- diff --git a/src/rygel/rygel-live-response.vala b/src/rygel/rygel-live-response.vala index e764fcb..2ad9b70 100644 --- a/src/rygel/rygel-live-response.vala +++ b/src/rygel/rygel-live-response.vala @@ -67,6 +67,7 @@ internal class Rygel.LiveResponse : Rygel.HTTPResponse { if (!aborted) { this.msg.response_body.complete (); + this.server.unpause_message (this.msg); } base.end (aborted, status);