mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
chore: remove transfer encoding header (#17671)
This commit is contained in:
parent
5e68f8c519
commit
067338b0ed
1 changed files with 0 additions and 1 deletions
|
|
@ -351,7 +351,6 @@ class BackupService {
|
|||
);
|
||||
|
||||
baseRequest.headers.addAll(ApiService.getRequestHeaders());
|
||||
baseRequest.headers["Transfer-Encoding"] = "chunked";
|
||||
baseRequest.fields['deviceAssetId'] = asset.localId!;
|
||||
baseRequest.fields['deviceId'] = deviceId;
|
||||
baseRequest.fields['fileCreatedAt'] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue