https://bz.apache.org/bugzilla/show_bug.cgi?id=59010
Mark Thomas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEW |RESOLVED --- Comment #6 from Mark Thomas <[email protected]> --- When I: - run your test code on linux - add a break point immediately after the sleep in DummyAdapter - kill the client when the break point is reached then I see a broken pipe exception with Linux. There is always going to be an element of timing and buffering at play in experiments such as this. If the client goes away after the server has written the data but before the client has read it then things are going to get lost and there is very little you can do about that. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
