Server reply formatting (newbie)
Jacob W. Anderson (jwa@zen.praja.com)
Sat, 10 Jan 1998 18:13:47 -0500 (EST)
Date: Sat, 10 Jan 1998 18:13:47 -0500 (EST)
Message-ID: <001801bd1e1c$d7685b20$1100000a@nog.praja.com>
From: "Jacob W. Anderson" <jwa@zen.praja.com>
To: <www-html@w3.org>
Subject: Server reply formatting (newbie)
Hi!
I'm trying to connect my java http client through the Apache 1.2
proxy to my proprietary http/1.1 server. I can connect just fine,
but my reponse from the server doesn't seem to be compatible with
the apache 1.2 proxy. Essentially, I am writing the following to
the response stream:
HTTP/1.1 code status<CRLF>
Content-Type: application/octet-stream<LF>
Content-Length: 59<LF>
<CRLF>
<59 bytes of octets>
Am I missing some important detail here? It seems to me that the
proxy server doesn't know that the end of the stream has been reached.
Aside from the content-length, is there some other method which is
expected by servers to indicate EOF (end-of-transmission rather).
Thanks!
--Jacob W. Anderson (jwa@praja.com)