+---------- On Dec 18, Ramin Naimi said: > - return from the routine > - have the worker thread take over returning the rest of the response to the > browser over the Ns_Conn that was passed to it.
You can't do it. You must not return from your handler until you have fully handled the HTTP request.
