Commit bcc18abb authored by Malthe Borch's avatar Malthe Borch

Backport of fix committed to 2.10; see...

Backport of fix committed to 2.10; see http://www.mail-archive.com/zope-checkins@zope.org/msg03128.html.
parent bff3efe3
......@@ -88,8 +88,8 @@ class BaseRequest:
def close(self):
self.other.clear()
self._held=None
notify(EndRequestEvent(None, self))
self._held=None
def processInputs(self):
"""Do any input processing that could raise errors
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment