jgarzik / python-bitcoinrpc

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

Soften check for Content-type #97

Closed EggPool closed 8 months ago

EggPool commented 5 years ago

Some servers do send "application/json; charset=UTF-8" as content-type. This makes the client compatible with them too.

EggPool commented 5 years ago

Note: this is compatible with https://github.com/jgarzik/python-bitcoinrpc/pull/93