jetty-9 - Removed dead code.
This commit is contained in:
parent
0915b2b0ab
commit
89852e0bc8
|
@ -500,11 +500,6 @@ public class HttpConnection extends AbstractConnection implements Runnable, Http
|
|||
{
|
||||
fillInterested();
|
||||
}
|
||||
|
||||
// return if the connection has been changed
|
||||
if (getEndPoint().getConnection() != this)
|
||||
return;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue