Skip to content

Commit

Permalink
Merge pull request #290 from Microsoft/features/proxysupport
Browse files Browse the repository at this point in the history
HTTP proxy support: use proxyHost and proxyPort if defined
  • Loading branch information
OriYosefiMSFT committed Jul 26, 2016
2 parents 7aad07b + 2e2a4ab commit a390053
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -48,8 +48,9 @@ public ApacheSender43() {

httpClient = HttpClients.custom()
.setConnectionManager(cm)
.useSystemProperties()
.build();
}
}

@Override
public HttpResponse sendPostRequest(HttpPost post) throws IOException {
Expand Down

0 comments on commit a390053

Please sign in to comment.