Timothy Soehnlin wrote:
> In mod_python the headers are automagically submitted when
> the function write is invoked the first time.  I need this
> to not be.

You can do that either informally, by not calling req.write in your own
code until you've built the complete response entity, or strictly, by
wrapping the request object so that the write method (and flush) spools
output until you're done. I *think* you are implying more constraints
than that, but until you expand on them, they're hard to address. ;)


Robert Brewer
System Architect
Amor Ministries
[EMAIL PROTECTED]
_______________________________________________
Web-SIG mailing list
[email protected]
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to