Bugfix: Stratum: handle_close is only called when the other end closes the connection...
authorLuke Dashjr <luke-jr+git@utopios.org>
Sun, 24 Feb 2013 21:44:31 +0000 (21:44 +0000)
committerLuke Dashjr <luke-jr+git@utopios.org>
Sun, 24 Feb 2013 21:44:31 +0000 (21:44 +0000)
commit9f8d1f53e3f77a7633f0844438bdbe7a390a9cfb
tree1fc6b58d1af3999601f1fe82562bc1018007d7e4
parentb196f6d48c893e6dd3fecda115156f5457513e93
Bugfix: Stratum: handle_close is only called when the other end closes the connection, but we need to clean up _Clients when we close it too

Fixes memory leak of subscribed StratumHandlers that we close
stratumserver.py