nifi/nifi-commons/nifi-site-to-site-client
Koji Kawamura 671301193b NIFI-2525: Fix Proxy auth issue with async send.
Without this fix, NiFi fails to send data via HTTP Site-to-Site through
Proxy which requires authentication due to AsynchronousCloseException.
It happens when async client replays producing contents in order to re-send the
request with auth credential for the proxy server, however the
connection is already closed.
This fix makes NiFi to send actual data only at the second round of requests, so that flow-file
contents can be sent without reading it twice.

Signed-off-by: Yolanda M. Davis <ymdavis@apache.org>

This closes #915
2016-08-24 20:39:17 -04:00
..
src NIFI-2525: Fix Proxy auth issue with async send. 2016-08-24 20:39:17 -04:00
pom.xml NIFI-2525: Fix Proxy auth issue with async send. 2016-08-24 20:39:17 -04:00