This commit is contained in:
Andrew Hulbert 2015-06-05 23:32:59 -04:00 committed by Mark Payne
parent 159615bb8e
commit 05772a07cf
1 changed files with 1 additions and 1 deletions

View File

@ -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