From 580bbc8219bbe20a052e71aeaadbcfefef4da8df Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Wed, 17 Mar 2010 17:42:31 +0200 Subject: [PATCH] core: Message needs to be unpaused on completion Soup.Message needs to be unpaused on completion. --- src/rygel/rygel-live-response.vala | 1 + 1 file changed, 1 insertion(+) 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); -- 2.7.4