Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
commit
f9af1e6739
|
@ -237,7 +237,6 @@ public abstract class ChannelEndPoint extends AbstractEndPoint implements Manage
|
||||||
notIdle();
|
notIdle();
|
||||||
else if (filled==-1)
|
else if (filled==-1)
|
||||||
shutdownInput();
|
shutdownInput();
|
||||||
|
|
||||||
}
|
}
|
||||||
catch(IOException e)
|
catch(IOException e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue