Skip to content

Commit

Permalink
Merge 891d242 into cedfb1a
Browse files Browse the repository at this point in the history
  • Loading branch information
rchodava committed Jun 22, 2017
2 parents cedfb1a + 891d242 commit 2f5fcdd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -87,7 +87,7 @@ public Observable<Response> request(
final URI targetURI = parsedURI;

return Observable.fromCallable(() -> {
CloseableHttpClient httpClient = HttpClients.createDefault();
CloseableHttpClient httpClient = HttpClients.createSystem();
HttpUriRequest request = buildHttpRequest(method, targetURI);
setRequestOptions(request, options);
setRequestHeaders(request, headers);
Expand Down

0 comments on commit 2f5fcdd

Please sign in to comment.