[Mono-bugs] [Bug 502274] New: HttpConnection does not unbind HttpListenerContext when KeepAlive is true

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri May 8 13:44:49 EDT 2009


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: mono-bugs at lists.ximian.com
        ReportedBy: petee at mindtouch.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list