Ticket #30 (new defect)

Opened 3 months ago

Last modified 2 days ago

FastCGI server leaks memory with multiplexing (doesn't free req on abort)

Reported by: trac Assigned to: asaddi
Priority: major Milestone: flup.server-1.0.2
Component: flup.server Version: 1.0
Keywords: Cc:

Description

When multiplexed FastCGI connections are used and a request is aborted prematurely, the associated record is never removed from the dictionary of requests. It looks like it just does req.aborted = True, but nothing ever culls aborted requests.

Change History

07/22/08 11:30:01 changed by asaddi

  • milestone changed from flup.server-1.0.1 to flup.server-1.0.2.