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 24d8135 commit 1092805Copy full SHA for 1092805
pyodata/v2/service.py
@@ -43,7 +43,7 @@ def encode_multipart(boundary, http_requests):
43
lines.append(f'--{boundary}')
44
45
if not isinstance(req, MultipartRequest):
46
- lines.extend(('Content-Type: application/http ', 'Content-Transfer-Encoding:binary'))
+ lines.extend(('Content-Type: application/http', 'Content-Transfer-Encoding:binary'))
47
48
lines.append('')
49
0 commit comments