http://bugzilla.novell.com/show_bug.cgi?id=502274


           Summary: HttpConnection does not unbind HttpListenerContext
                    when KeepAlive is true
    Classification: Mono
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---


User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US;
rv:1.9.0.10) Gecko/2009042315 Firefox/3.0.10

If response.KeepAlive is true (the default),  and therefore no Conenction:
close header is sent in the response, HttpConnection doesn't call
epl.UnbindContext(context).  This causes  HttpListenerContext instances to pile
up (and hold onto memory) until  the HttpListener is shut down.

Verified with heap-shot.

Reproducible: Always

-- 
Configure bugmail: http://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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to