Re: Switch socketClosing flag in AjpNioProcessor

2011-08-08 Thread Mark Thomas
On 08/08/2011 10:34, Rainer Jung wrote: > I think in AjpNioProcessor the socketClosing flag is reversed. It is not > a functional problem, because reccyle() of AjpNioProcessor and of super > ignores it. But for consistency it should be switched. I'm not > committing straight away, because we are so

Switch socketClosing flag in AjpNioProcessor

2011-08-08 Thread Rainer Jung
I think in AjpNioProcessor the socketClosing flag is reversed. It is not a functional problem, because reccyle() of AjpNioProcessor and of super ignores it. But for consistency it should be switched. I'm not committing straight away, because we are so close to tagging. Mark: feel free to apply the