2017-04-12 18:36 GMT+03:00 Mark Thomas <[email protected]>: > > On 12/04/17 16:34, [email protected] wrote: > > Author: violetagg > > Date: Wed Apr 12 15:34:26 2017 > > New Revision: 1791134 > > > > URL: http://svn.apache.org/viewvc?rev=1791134&view=rev > > Log: > > When there is no javax.servlet.WriteListener registered then a call to javax.servlet.ServletOutputStream#isReady will return 'false' instead of throwing IllegalStateException. > > What about the ReadListener? >
give me a moment to check " boolean isReady(). The isReady method returns true if data can be read without blocking. If no data can be read without blocking it returns false. If isReady returns false it is illegal to call the read method and an IllegalStateException MUST be thrown. " > Mark > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
