Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion splunklib/binding.py
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,7 @@ def request(url, message, **kwargs):
body = message.get("body", "")
head = {
"Content-Length": str(len(body)),
"Host": host,
"Host": "%s:%d" % (host, port),
"User-Agent": "splunk-sdk-python/%s" % __version__,
"Accept": "*/*",
"Connection": "Close",
Expand Down