Skip to content

Commit 64e7db8

Browse files
authoredMar 14, 2025
service: fix space in application/http for batch
fixes ##285
1 parent f762276 commit 64e7db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pyodata/v2/service.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def encode_multipart(boundary, http_requests):
4343
lines.append(f'--{boundary}')
4444

4545
if not isinstance(req, MultipartRequest):
46-
lines.extend(('Content-Type: application/http ', 'Content-Transfer-Encoding:binary'))
46+
lines.extend(('Content-Type: application/http', 'Content-Transfer-Encoding:binary'))
4747

4848
lines.append('')
4949

0 commit comments

Comments
 (0)