You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Roman Lapotchkin (JIRA)" <ji...@apache.org> on 2016/03/28 16:38:25 UTC

[jira] [Created] (CB-10974) Cordova file transfer Content-Length header problem

Roman Lapotchkin created CB-10974:
-------------------------------------

             Summary: 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: iOS, Plugin File Transfer
         Environment: iPad Mini 2 with iOS 9.3
            Reporter: Roman Lapotchkin


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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org