Lars Eriksen
downgrade at gmx.org
Wed Feb 15 06:44:18 EST 2006
I abuse mod_python to handle my custom RPC-protocol over HTTP. Chunked encoding adds an unneccessary layer of complexity that I do not require. Is there a way to configure mod_python to using caching when req.write(...) is called and flush the cache when the handler returns the status code, e.g. apache.OK?
|