core: Message needs to be unpaused on completion
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Wed, 17 Mar 2010 15:42:31 +0000 (17:42 +0200)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Wed, 17 Mar 2010 15:45:30 +0000 (17:45 +0200)
Soup.Message needs to be unpaused on completion.

src/rygel/rygel-live-response.vala

index e764fcb..2ad9b70 100644 (file)
@@ -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);