Mercurial Hosting > luan
comparison src/org/eclipse/jetty/server/nio/BlockingChannelConnector.java @ 903:94f5d8a62385
remove connectionClosed()
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 07 Oct 2016 00:23:00 -0600 |
parents | 769040d68b0a |
children | eaf271fb747f |
comparison
equal
deleted
inserted
replaced
902:769040d68b0a | 903:94f5d8a62385 |
---|---|
320 try{super.close();} | 320 try{super.close();} |
321 catch(IOException e2){LOG.trace("",e2);} | 321 catch(IOException e2){LOG.trace("",e2);} |
322 } | 322 } |
323 finally | 323 finally |
324 { | 324 { |
325 connectionClosed(_connection); | 325 _connection.onClose(); |
326 _endpoints.remove(this); | 326 _endpoints.remove(this); |
327 | 327 |
328 // wait for client to close, but if not, close ourselves. | 328 // wait for client to close, but if not, close ourselves. |
329 try | 329 try |
330 { | 330 { |