Re: Silencing broken pipe I/O exceptions

2018-04-23 Thread Mark Thomas
On 21/04/18 16:35, Claude Brisson wrote: > This log emanates from org.apache.coyote.AbstractProcessor.setErrorState(). > > It's very verbose using SSE, and probably not very useful in the general > case, 99% of the time it just means that the connection was closed on > the client side. > > Is

Re: Silencing broken pipe I/O exceptions

2018-04-21 Thread Claude Brisson
This log emanates from org.apache.coyote.AbstractProcessor.setErrorState(). It's very verbose using SSE, and probably not very useful in the general case, 99% of the time it just means that the connection was closed on the client side. Is there any serious reason for this error to log

Silencing broken pipe I/O exceptions

2018-03-22 Thread Claude Brisson
Hi all. I have set up a server-side events mechanism using tomcat (and https://github.com/byjg/jquery-sse), and everything is working smoothly. But each time the server tries to send some data on an SSE channel which has just been closed on the client side, even though this exception is