mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 04:49:12 +00:00
reverted close change
This commit is contained in:
parent
49ec41f600
commit
89d20223a6
@ -314,7 +314,8 @@ public abstract class SelectorManager extends ContainerLifeCycle implements Dump
|
||||
*/
|
||||
protected void endPointClosed(EndPoint endpoint)
|
||||
{
|
||||
endpoint.onClose();
|
||||
// TODO fix this
|
||||
// endpoint.onClose();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user