Joseph Percivall created NIFI-1405:
--------------------------------------

             Summary: InvokeHttp always uses Chunked Encoding for POST/PUT calls
                 Key: NIFI-1405
                 URL: https://issues.apache.org/jira/browse/NIFI-1405
             Project: Apache NiFi
          Issue Type: Improvement
    Affects Versions: 0.4.1
            Reporter: Joseph Percivall
            Assignee: Joseph Percivall


Following an email thread on the dev mailing list, InvokeHttp currently forces 
chunked encoding because the content length method of the request body is not 
overrided (so it returns -1). 

To fix and enable configuration, a property to "use chunked encoding" is 
necessary which will then determine whether or not to implement the content 
length method. 

This line of OkHttp is import: 
https://github.com/square/okhttp/blob/parent-2.7.1/okhttp/src/main/java/com/squareup/okhttp/Call.java#L263



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to