[ 
https://issues.apache.org/jira/browse/NIFI-2567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15420378#comment-15420378
 ] 

ASF GitHub Bot commented on NIFI-2567:
--------------------------------------

GitHub user ijokarumawak opened a pull request:

    https://github.com/apache/nifi/pull/857

    NIFI-2567: Site-to-Site to send large data via HTTPS

    - It couldn't send data larger than about 7KB due to the mis-use of
      httpasyncclient library
    - Updated httpasyncclient from 4.1.1 to 4.1.2
    - Let httpasyncclient framework to call produceContent multiple times as
      it gets ready to send more data via SSL session
    - Added HTTPS test cases to TestHttpClient, which failed without this
      fix
    
    I've tested using two secured NiFi clusters, confirmed it can send few 
hundreds MB files.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ijokarumawak/nifi nifi-2567

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/857.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 #857
    
----
commit 094d7325d8faa7fec12818f187d6ddd4de4dbeb2
Author: Koji Kawamura <[email protected]>
Date:   2016-08-14T13:01:52Z

    NIFI-2567: Site-to-Site to send large data via HTTPS
    
    - It couldn't send data larger than about 7KB due to the mis-use of
      httpasyncclient library
    - Updated httpasyncclient from 4.1.1 to 4.1.2
    - Let httpasyncclient framework to call produceContent multiple times as
      it gets ready to send more data via SSL session
    - Added HTTPS test cases to TestHttpClient, which failed without this
      fix

----


> HTTP Site-to-Site can't send data larger than about 7KB via HTTPS
> -----------------------------------------------------------------
>
>                 Key: NIFI-2567
>                 URL: https://issues.apache.org/jira/browse/NIFI-2567
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>    Affects Versions: 1.0.0
>            Reporter: Koji Kawamura
>            Assignee: Koji Kawamura
>            Priority: Blocker
>
>  HTTP Site-to-Site fails to send data bigger than about 7KB through HTTPS.
> Getting data via HTTPS works. It can send large data with HTTP.



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

Reply via email to