comparison src/org/eclipse/jetty/server/nio/BlockingChannelConnector.java @ 959:7b94f5b33c64

remove onClose()
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 13 Oct 2016 18:53:26 -0600
parents 17f4fe8271de
children 866f2e801618
comparison
equal deleted inserted replaced
958:fc521d2f098e 959:7b94f5b33c64
274 try{super.close();} 274 try{super.close();}
275 catch(IOException e2){LOG.trace("",e2);} 275 catch(IOException e2){LOG.trace("",e2);}
276 } 276 }
277 finally 277 finally
278 { 278 {
279 _connection.onClose();
280 _endpoints.remove(this); 279 _endpoints.remove(this);
281 280
282 // wait for client to close, but if not, close ourselves. 281 // wait for client to close, but if not, close ourselves.
283 try 282 try
284 { 283 {