diff options
author | Alexander Larsson <alexl@redhat.com> | 2009-03-06 15:35:38 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2009-03-06 15:35:38 +0000 |
commit | 7dff7415efcc5b529b1e451dd4b2850949ed0620 (patch) | |
tree | 595f7b671b330277f3fff44165fe579d406d06cd /ChangeLog | |
parent | edaff5e021cbe7b928ca2652cb57d8361923cb7c (diff) | |
download | gvfs-7dff7415efcc5b529b1e451dd4b2850949ed0620.tar.gz |
Bug 535814 – hangup on g_input_stream_close after cancelling from other
2009-03-06 Alexander Larsson <alexl@redhat.com>
Bug 535814 – hangup on g_input_stream_close after cancelling from other thread
* daemon/gvfschannel.c:
Reverted patch from bug 522192 as it caused bug 535814.
Furthermore, its just wrong. We don't cancel streams as such, we
cancel individual operations on the stream.
svn path=/trunk/; revision=2296
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2009-03-06 Alexander Larsson <alexl@redhat.com> + Bug 535814 – hangup on g_input_stream_close after cancelling from other thread + * daemon/gvfschannel.c: + Reverted patch from bug 522192 as it caused bug 535814. + Furthermore, its just wrong. We don't cancel streams as such, we + cancel individual operations on the stream. + +2009-03-06 Alexander Larsson <alexl@redhat.com> + * client/gdaemonfileinputstream.c: (iterate_read_state_machine): (iterate_close_state_machine): |