Will someone please apply the attached patch to liveevil? It adds an output buffer. The only additional thing that is needed is for the LiveEvil.output to be reset to None after every request. I'm accomplishing this in my own code currently by doing setting mind.output = None. I would like this code to be added now though, as it takes steps in the right direction until we find the best place to put the code to reset the output. Comments? -Justin
After discussing this on twisted.web, I've created a new patch that adds all necessary code to get buffering working. Patch is attached. On Thu, 04 Mar 2004 13:13:25 -0600, "Justin Johnson" <justinjohnson@fastmail.fm> said:
Will someone please apply the attached patch to liveevil? It adds an output buffer. The only additional thing that is needed is for the LiveEvil.output to be reset to None after every request. I'm accomplishing this in my own code currently by doing setting mind.output = None.
I would like this code to be added now though, as it takes steps in the right direction until we find the best place to put the code to reset the output.
Comments?
-Justin
participants (1)
-
Justin Johnson