jgarzik / python-bitcoinrpc

Python interface to bitcoin's JSON-RPC API
GNU Lesser General Public License v2.1
644 stars 304 forks source link

Work around broken socket timeout in httplib #56

Closed TheBlueMatt closed 8 years ago

TheBlueMatt commented 8 years ago

This is required to be able to do a wallet rescan via RPC even on a very-overpowered machine running on a raid array.

TheBlueMatt commented 8 years ago

See-also https://bugs.python.org/issue8595 and https://mail.python.org/pipermail/python-dev/2010-July/101271.html