[rygel] core: Message needs to be unpaused on completion
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] core: Message needs to be unpaused on completion
- Date: Thu, 18 Mar 2010 14:09:36 +0000 (UTC)
commit 580bbc8219bbe20a052e71aeaadbcfefef4da8df
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Wed Mar 17 17:42:31 2010 +0200
core: Message needs to be unpaused on completion
Soup.Message needs to be unpaused on completion.
src/rygel/rygel-live-response.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]