We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a3cde commit 4e4938fCopy full SHA for 4e4938f
jsonrpclib/jsonrpc.py
@@ -117,7 +117,7 @@ class TransportMixIn(object):
117
_connection = None
118
119
def send_content(self, connection, request_body):
120
- connection.putheader("Content-Type", "application/json-rpc")
+ connection.putheader("Content-Type", "application/json")
121
connection.putheader("Content-Length", str(len(request_body)))
122
connection.endheaders()
123
if request_body:
0 commit comments