Re: [Simpleweb-Support] Chat
Brought to you by:
niallg
From: Niall G. <nia...@an...> - 2004-04-21 09:26:47
|
Hi, This is a bug. I spotted this only a few days ago with the MonitoredOutputStream, one workaround that will work is to set the connection to close. For instance set your headers like so: resp.set("Content-Type", "text/html"); resp.set("Connection", "close"); resp.commit(); This should enable streaming to work properly. The next release of simple (2.4.1) which I will release shortly, will address this bug. Niall |