The following patch fixes the problem for me.
@@ -1094,6 +1095,7 @@
else:
print_log('request_url: Could not resolve %s' % link)
self.unwind_fs()
+ stream.close()
def highlight_topic(self, pathname):
if self.pref.get_bool('sync_page'):-- Ganesan Rajagopal -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

