mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +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…
Reference in a new issue