Since my webhoster relocated my scripts on a new server there are some configuration problems. The biggest is that user receives nginx timeouts if the query is too long or ends in an endless loop (see #20)

The reason for this new behavior is that as opposed to earlier the page content is not written directly to the browser but seems to be buffered.
Since my webhoster relocated my scripts on a new server there are some configuration problems. The biggest is that user receives nginx timeouts if the query is too long or ends in an endless loop (see #20)
The reason for this new behavior is that as opposed to earlier the page content is not written directly to the browser but seems to be buffered.