[Mono-bugs] [Bug 660458] New: Refreshing (asp.net) page during System.Net.HttpWebRequest hangs mono
    bugzilla_noreply at novell.com 
    bugzilla_noreply at novell.com
       
    Sun Dec 19 17:33:44 EST 2010
    
    
  
https://bugzilla.novell.com/show_bug.cgi?id=660458
https://bugzilla.novell.com/show_bug.cgi?id=660458#c0
           Summary: Refreshing (asp.net) page during
                    System.Net.HttpWebRequest hangs mono
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.8.x
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: visualise at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---
Description of Problem:
Steps to reproduce the problem:
1.             
In my case, the page contains:
using System.Xml;
XmlDocument xmlDoc = new XmlDocument();
xmlDoc.Load("http://www.foo.com/file.xml");
2.    
Run on either XSP or lighttpd/fastcgi.
Load the asp.net page, and refresh it before it finishes loading.
3.
Subsequent page requests hang for many minutes.
-- 
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