Skip to content

Commit

Permalink
Make HttpUtils respect proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
style95 committed Jun 27, 2017
1 parent a562b29 commit 037d475
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -132,5 +132,6 @@ protected[core] class HttpUtils(
private val connection = HttpClientBuilder
.create
.setDefaultRequestConfig(httpconfig)
.useSystemProperties()
.build
}

0 comments on commit 037d475

Please sign in to comment.