Skip to content

Commit c87d31d

Browse files
committed
Change content-type header
1 parent 5750e54 commit c87d31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newrelic/core/agent_protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ def __init__(self, settings, host=None, client_cls=ApplicationModeClient):
579579
k = k.encode("utf-8")
580580
self._headers[k] = v
581581

582-
self._headers["Content-Type"] = "application/json"
582+
self._headers["Content-Type"] = "application/x-protobuf"
583583
self._run_token = settings.agent_run_id
584584

585585
# Logging

0 commit comments

Comments
 (0)