Re: [Simpleweb-Support] Chat
Brought to you by:
niallg
From: Niall G. <nia...@an...> - 2004-04-21 10:28:43
|
Hi, > Is it (technically) possible to get an exception or something if the client > stops loading the page? You should be getting an exception from the OutputStream when the client stops loading, you should be getting an IOException from the OutputStream.write or the OutputStream.flush. Let me know if this does not work. Niall |