DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16904>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16904

Input Stream closed, Output Stream valid, no detection by socket

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2003-02-08 16:47 -------
Reporter,

please subscribe to the mailing list:

List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
List-Subscribe: <mailto:[EMAIL PROTECTED]>

Describe your bug there. Provide a test case if possible. Patches are usually
sent to the list in unidiff format, dicussed and approved before checked in.

Feedback to your patch:
It will buffer the whole response which is not good. Imagine a 1GB response. You
would not want this to be buffered, would you.
thread.interrupt() does not kill a thread. It only sets the interrupted flag.
You are not checking for this flag. So the interrupt call will stay unnoticed.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to