core: Don't keep SoupServer alive
authorJens Georg <mail@jensge.org>
Mon, 19 Sep 2011 10:11:00 +0000 (12:11 +0200)
committerJens Georg <mail@jensge.org>
Mon, 19 Sep 2011 10:13:46 +0000 (12:13 +0200)
commit7a5dcfdb30f745d41fddbf45f81bdde99d7934ad
tree1c83d8016f699befedb8b11f36a40c29a81e48df
parentcf5fece4d2aef5554e2c084902f4dcb6b2de7d65
core: Don't keep SoupServer alive

If the context goes down while a transmission is ongoing, the
SoupServer is kept alive by the response causing a crash if the context
comes up again on the same interface. To prevent this we only use
unowned SoupServers here.
src/rygel/rygel-http-request.vala
src/rygel/rygel-http-response.vala