Is there a way to make mod-xslt play nicely with a handler that uses
keep-alive and content-length?
I am trying to combine mod-lisp and mod-xslt2 yet mod-lisp is using
Http 1.1 keep alive. That leads to pages being cut (if XML generated
by lisp is shorter than html generated by xslt), because lisp sets
it's own Content-length. Are there any flags to set to make mod-xslt
overwrite the keep-alive bit, or write a new content lenght ?