Re: ServletOutputStream#isReady throws ISE

2017-04-12 Thread Violeta Georgieva
2017-04-12 18:34 GMT+03:00 Mark Thomas : > > On 12/04/17 16:05, Violeta Georgieva wrote: > > > > > Ok > > I'm going to commit a change. > > If you are quick, it will make it in before I tag 9.0.x and 8.5.x. > I committed the changes. Thanks, Violeta > Mark > > >

Re: ServletOutputStream#isReady throws ISE

2017-04-12 Thread Mark Thomas
On 12/04/17 16:05, Violeta Georgieva wrote: > Ok > I'm going to commit a change. If you are quick, it will make it in before I tag 9.0.x and 8.5.x. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For

Re: ServletOutputStream#isReady throws ISE

2017-04-12 Thread Violeta Georgieva
Hi, 2017-04-12 17:44 GMT+03:00 Mark Thomas : > > On 12/04/17 12:22, Violeta Georgieva wrote: > > Hi, > > > > I have a question about ServletOutputStream#isReady. > > > > I have the following scenario: > > - thread A removes the Read/WriteListeners when async timeout/error

Re: ServletOutputStream#isReady throws ISE

2017-04-12 Thread Mark Thomas
On 12/04/17 12:22, Violeta Georgieva wrote: > Hi, > > I have a question about ServletOutputStream#isReady. > > I have the following scenario: > - thread A removes the Read/WriteListeners when async timeout/error happens > [1], [2] > - before receiving AsyncListener#onTimeout/onError, thread B

ServletOutputStream#isReady throws ISE

2017-04-12 Thread Violeta Georgieva
Hi, I have a question about ServletOutputStream#isReady. I have the following scenario: - thread A removes the Read/WriteListeners when async timeout/error happens [1], [2] - before receiving AsyncListener#onTimeout/onError, thread B checks whether it is save to perform write invoking