[
https://issues.apache.org/jira/browse/NIFI-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15104094#comment-15104094
]
ASF GitHub Bot commented on NIFI-1393:
--------------------------------------
GitHub user apiri opened a pull request:
https://github.com/apache/nifi/pull/175
NIFI-1393 Providing the ability to send using gzip Content-Encoding
NIFI-1393 Providing the ability to send using gzip Content-Encoding in
PostHTTP if the endpoint server supports it regardless if the processor is
configured to send as a FlowFile
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apiri/incubator-nifi nifi-1393
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/175.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #175
----
commit 4b2776408942c6eb2571209081b7c845f5262cd8
Author: Aldrin Piri <[email protected]>
Date: 2016-01-14T18:24:20Z
NIFI-1393 Providing the ability to send using gzip Content-Encoding if the
endpoint server supports it regardless if it is sent as FlowFile
----
> PostHTTP does not apply compression level unless configured to send FlowFIles
> -----------------------------------------------------------------------------
>
> Key: NIFI-1393
> URL: https://issues.apache.org/jira/browse/NIFI-1393
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Affects Versions: 0.4.1
> Reporter: Aldrin Piri
> Assignee: Aldrin Piri
> Priority: Minor
> Fix For: 0.5.0
>
>
> PostHTTP only provides transfer compression (Content-Encoding: gzip) when
> additionally configured to send data as FlowFIles. We should provide
> detection of support by the receiving server and make this possible for
> generic payloads as well.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)