Skip to content

Commit

Permalink
Add compression support to reactor
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Apr 19, 2024
1 parent 0f8fec9 commit 5ba3685
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public static HttpClient createReactorClient(
SFProxy proxyData, boolean withBody) {
var base =
HttpClient.create()
.compress(true)
.responseTimeout(Duration.ofSeconds(5))
.headers(
h -> {
Expand Down

0 comments on commit 5ba3685

Please sign in to comment.