mirror of https://github.com/apache/nifi.git
671301193b
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 |
||
---|---|---|
.. | ||
src | ||
pom.xml |