>>> Jim Witt <[EMAIL PROTECTED]> 01-Sep-00 4:43:51 PM >>>
>I receive responses such as the following from a web server:
> HTTP/1.1 200 OK
> Server: Netscape-Enterprise/4.0
> Date: Wed, 30 Aug 2000 19:02:26 GMT
> Content-length: 148
> Content-type: image/gif
> Connection: Close
> Connection: keep-alive
>Q: Is the following legal as part of a response header?
> Connection: Close
> Connection: keep-alive
No... but a client should handle it properly (close the connection).
Are you by any chance using a servlet engine attached to that
webserver?
Nic