jgarzik / python-bitcoinrpc

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

Use requests library to persist connection across AuthServiceProxy objects #21

Closed thelinuxkid closed 9 years ago

jgarzik commented 11 years ago

Would you please rebase and re-evaluate this on top of current HEAD?

Just pulled another request that fixes HTTP keep-alives.

thelinuxkid commented 11 years ago

Removed connection sharing between proxies. Kept update to JSONRPCException

luke-jr commented 9 years ago

The code here does not reflect the PR title, and in any case would need a rebase.