Re: Follow up on multipart/x-mixed-replace

Anselm Baird_Smith wrote:

> Also, instead of client.getOutputStream, you should rather
> use request.getOutputStream, and set your reply status code to
> HTTP.DONE (that's a trick to tell the Jigsaw engine that you have
> generated the output)
>

Could you explain a little more about this trick? What exactly does
Jigsaw do differently with this than what it would do with
client.getOutputStream() and/or using HTTP.OK as the reply status?

Thanks in advance.

-Mark

Received on Monday, 4 August 1997 12:22:53 UTC