Skip to content

Commit

Permalink
fix: ndots (#103)
Browse files Browse the repository at this point in the history
* fix: ndots

* trigger CR pipeline
  • Loading branch information
pietro-tota authored May 20, 2024
1 parent 153be3b commit 2fee494
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class WebClientsConfig {
connection.addHandlerLast(
ReadTimeoutHandler(nodoReadTimeout.toLong(), TimeUnit.MILLISECONDS))
}
.resolver { it.ndots(1) }
val exchangeStrategies =
ExchangeStrategies.builder()
.codecs { clientCodecConfigurer: ClientCodecConfigurer ->
Expand Down

0 comments on commit 2fee494

Please sign in to comment.