Merged branch 'jetty-9.3.x' into 'master'.

This commit is contained in:
Simone Bordet 2016-03-01 22:11:10 +01:00
commit 3ebb391fe1
1 changed files with 23 additions and 23 deletions

View File

@ -127,8 +127,8 @@ public abstract class ChannelEndPoint extends AbstractEndPoint implements Manage
@Override @Override
public void run() public void run()
{ {
getFillInterest().fillable();
getWriteFlusher().completeWrite(); getWriteFlusher().completeWrite();
getFillInterest().fillable();
} }
}; };