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…
Reference in New Issue