[
https://issues.apache.org/jira/browse/CB-10974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15607793#comment-15607793
]
ASF GitHub Bot commented on CB-10974:
-------------------------------------
Github user daserge commented on the issue:
https://github.com/apache/cordova-plugin-file-transfer/pull/141
I've tested the file-transfer tests via logging out the headers from
whatheaders.com (in filetransfer.spec.27) and from local server headers echo
endpoint (in `chunkedMode handling`) - and `Transfer-Encoding` is not being
included in the requests.
The only exception - is using chunkedMode=true, which leads to
`Transfer-Encoding=chunked`.
What Android OS version has the issue? I've tested this on 5.0.1 device.
> Cordova file transfer Content-Length header problem
> ---------------------------------------------------
>
> Key: CB-10974
> URL: https://issues.apache.org/jira/browse/CB-10974
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin File Transfer
> Environment: iPad Mini 2 with iOS 9.3
> Reporter: Roman Lapotchkin
> Assignee: Sergey Shakhnazarov
> Labels: iOS, triaged
>
> The Content-Length header always sending even options.chunkedMode is true. It
> expected header Transfer-Encoding: chuncked. When i commented this code in
> src/ios/CDVFileTransfer.m at line 232 it works:
> [req setValue:[[NSNumber numberWithLongLong:totalPayloadLength] stringValue]
> forHTTPHeaderField:@"Content-Length"];
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]