- From: Mark Friedman <mark@intraspect.com>
- Date: Mon, 04 Aug 1997 09:20:48 -0700
- To: Anselm Baird-Smith <abaird@w3.org>
- CC: www-jigsaw@w3.org
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