Other Headers
Any other headers in the result stream are passed
(unmodified) by the server to the client.
It is the responsibility of the back-end to avoid including
headers that clash with those used by HTTP.
Direct Return
The server provides for the back end to return its results directly
to the client, bypassing the server's "packaging" of the data stream for
its information protocol.
In this case, it is the responsibility of the
back-end to generate a complete message packaged for HTTP.
The server looks at the results in the Output file,
and if the first line starts with "HTTP/1.0",
it assumes that the results contain a complete HTTP response,
and sends the results to the client without packaging.
+++
|