Commit 7d7d1201 authored by Jim Fulton's avatar Jim Fulton

Free the request and response at the end of the request,

rather than the beginning of the next one.
parent f9448c68
......@@ -95,3 +95,4 @@ class ZServerPublisher:
response=response)
finally:
response._finish()
request=response=None
......@@ -95,3 +95,4 @@ class ZServerPublisher:
response=response)
finally:
response._finish()
request=response=None
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