[Mono-bugs] [Bug 341853] New: plugin: Downloader and the local file system
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Nov 15 01:02:14 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=341853
Summary: plugin: Downloader and the local file system
Product: Moonlight
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: plugin
AssignedTo: mono-bugs at ximian.com
ReportedBy: miguel at novell.com
QAContact: mono-bugs at ximian.com
Found By: ---
It seems that the downloader stops working after 2 requests to the downloader.
This only happens if you run the applications locally, and this makes debugging
sites harder when we are just running from the sldemos directory.
The symptom is that calls to:
downloader.open ("GET","file");
downloader.send ()
For an example, consider sldemos/pageturn/pageturn which hangs while
downloading the second file. After this, if you hit reload, our UrlNotify
callback is notified that the user canceled the download, for all the pending
downloads.
I suspect we are not "closing" the connection and Mozilla counts this as one of
the two outstanding network connections?
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list