From: Zeeshan Ali (Khattak) Date: Mon, 11 Jan 2010 16:55:33 +0000 (+0200) Subject: core: HTTPRequest now uses it's own Cancellable X-Git-Tag: RYGEL_0_5_0~101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=faf14e1c9f546b891688bcd01a0b33bf07a555a9;p=profile%2Fivi%2Frygel.git core: HTTPRequest now uses it's own Cancellable HTTPRequest now uses it's own Cancellable rather than that of HTTPServer. --- diff --git a/src/rygel/rygel-http-request.vala b/src/rygel/rygel-http-request.vala index b4e91a8..92142a1 100644 --- a/src/rygel/rygel-http-request.vala +++ b/src/rygel/rygel-http-request.vala @@ -58,7 +58,7 @@ internal class Rygel.HTTPRequest : GLib.Object, Rygel.StateMachine { Soup.Message msg, HashTable? query) { this.http_server = http_server; - this.cancellable = http_server.cancellable; + this.cancellable = new Cancellable (); this.root_container = http_server.root_container; this.server = server; this.msg = msg;