twisted / nevow

Web Application Construction Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to get property 'length' of undefined or null reference

jonathanj opened this issue · comments

When the Athena message transport is stopped self.requests is set to null which causes breakage in several places expecting to be able to iterate it. The reason these iterations are happening is usually because the transport changed state half way through the processing of a request.