user_agent = _user_agent
def send_content(self, connection, request_body):
- connection.putheader("Content-Type", "text/json")
+ connection.putheader("Content-Type", "application/json-rpc")
connection.putheader("Content-Length", str(len(request_body)))
connection.endheaders()
if request_body: