mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 04:49:12 +00:00
Added missing call to super.close().
This commit is contained in:
parent
4722ac1720
commit
69187e117d
@ -179,6 +179,7 @@ public abstract class PoolingHttpDestination<C extends Connection> extends HttpD
|
||||
|
||||
public void close()
|
||||
{
|
||||
super.close();
|
||||
connectionPool.close();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user