Poolmgr bugfix -- remove double response on the same channel

This commit is contained in:
Soam Vasani
2016-11-02 15:47:32 -07:00
parent f8a1fdf4c6
commit 91eb0ca3cd
-1
View File
@@ -64,7 +64,6 @@ func (gpm *GenericPoolManager) service() {
continue
}
gpm.pools[*req.env] = pool
req.responseChannel <- &response{pool: pool}
}
req.responseChannel <- &response{pool: pool}
}