dropbox/godropbox

Net2 connectionPoolImpl Unregister not working

maryryang2 opened this issue · 1 comments

Hi, I'm using a net2 ConnectionPool, which was created using NewMultiConnectionPool. I cannot Unregister connections after I Register them. It looks like connectionPoolImpl's Unregister function does not call the underlying Unregister function: https://github.com/dropbox/godropbox/blob/f0626942059b/net2/base_connection_pool.go#L114

Seems like the fix is pretty simple, but I don't have permission to create a new remote branch to submit a PR.

Looks like I can just submit my fork for PR: #260