Ticket #505: thread_data-clear-revert.patch
-
cherrypy/_cphttptools.py
old new 39 39 self.closed = True 40 40 applyFilters('on_end_request', failsafe=True) 41 41 cherrypy.serving.__dict__.clear() 42 cherrypy.thread_data.__dict__.clear()43 42 44 43 def run(self, requestLine, headers, rfile): 45 44 """Process the Request.

