Hi Tomek,
are you aware of email threads and that you just hijacked another thread?
Never use the "reply" feature unless actually responding to a mail!
ok, my mistake
"tomek wilkxt" wrote:
> Hi
> I read this form "httpd_opts.h" file :
> " * A downside of the current SSI implementation is that persistent connections
> * don't work, as the file length is not known in advance (and httpd currently
> * relies on the Content-Length header for persistent connections).
> *
>
> Do you have a way to solve this problem? I need a permanent connection for xml.json.
You could use a form of HTTP chunked encoding,
You could explain more precisely ?
Instead, I used custom files to create such JSON files (not using SSI). Your
custom file handler code can then set these files to have a length so that
a persistent connection is not a problem.
But, how create dynamically json/xml file with variable without SSI?
thanks for replay