On 26/05/2015 19:33, Rémy Maucherat wrote:
> 2015-05-26 20:17 GMT+02:00 Mark Thomas <ma...@apache.org>:
> 
>> It was a left over from the attempt to make BIO support more connections
>> than it had threads by not doing an immediate read on a keep-alive
>> connection. It was no longer required. There is another "return false"
>> in the correct place in the next if block.
>>
>> The testsuite still fails with NIO2, so something has to be wrong :)

It hasn't had a chance to run with my fix yet.

> Calling fill is not a noop, for starters.

No it isn't. The read may complete in-line and if it doesn't it the
completion handler will be called when it has completed.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to