tcalmant / jsonrpclib

A Python (2 & 3) JSON-RPC over HTTP that mirrors the syntax of xmlrpclib (aka jsonrpclib-pelix)
https://jsonrpclib-pelix.readthedocs.io/
Apache License 2.0
53 stars 24 forks source link

Make additional_headers an instance variable of the TransportMixin. #14

Closed mschmitzer closed 9 years ago

mschmitzer commented 9 years ago

It was previously a class variable, which broke multi-threaded use.

tcalmant commented 9 years ago

Thanks :)