rygel r454 - trunk/src/rygel
- From: zeeshanak svn gnome org
- To: svn-commits-list gnome org
- Subject: rygel r454 - trunk/src/rygel
- Date: Sun, 18 Jan 2009 19:28:09 +0000 (UTC)
Author: zeeshanak
Date: Sun Jan 18 19:28:09 2009
New Revision: 454
URL: http://svn.gnome.org/viewvc/rygel?rev=454&view=rev
Log:
Explicitly close the input stream.
Modified:
trunk/src/rygel/rygel-interactive-response.vala
Modified: trunk/src/rygel/rygel-interactive-response.vala
==============================================================================
--- trunk/src/rygel/rygel-interactive-response.vala (original)
+++ trunk/src/rygel/rygel-interactive-response.vala Sun Jan 18 19:28:09 2009
@@ -107,6 +107,15 @@
}
this.push_data (this.buffer, this.length);
+
+ try {
+ input_stream.close (null);
+ } catch (Error err) {
+ warning ("Failed to close stream to URI %s: %s\n",
+ this.file.get_uri (),
+ err.message);
+ }
+
this.end (false, Soup.KnownStatusCode.NONE);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]