8 Apr
2003
8 Apr
'03
7:25 a.m.
At 08:20 AM 4/8/2003 +0100, Toby Dickenson wrote:
On Tuesday 08 April 2003 1:20 am, Danny W. Adair wrote:
I would like to use Response.write() to push my status messages on the fly. Since I don't know which function calls will succeed and which will fail, I do not know "Content-Length" in advance. Therefore, I would like to use a streaming/chunked response as specified in HTTP 1.1.
How do I do this in Zope?
Just use RESPONSE.write and ZServer will take care of the rest automatically.
Wow. (That's all for now...) Thanks, Danny