mirror of https://github.com/apache/nifi.git
newline
This commit is contained in:
parent
159615bb8e
commit
05772a07cf
|
@ -504,7 +504,7 @@ public class PostHTTP extends AbstractProcessor {
|
|||
final int port = context.getProperty(PROXY_PORT).asInteger();
|
||||
clientBuilder.setProxy(new HttpHost(host, port));
|
||||
}
|
||||
|
||||
|
||||
client = clientBuilder.build();
|
||||
|
||||
// determine whether or not destination accepts flowfile/gzip
|
||||
|
|
Loading…
Reference in New Issue