Skip to content

Commit

Permalink
Clarify TCP fallback is enabled by default for Host Name Resolution. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
simonatan authored Jan 4, 2024
1 parent 41bb356 commit 9859d7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/asciidoc/http-client.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,9 @@ include::{examplesdir}/resolver/Application.java[lines=18..39]
<1> The timeout of each DNS query performed by this resolver will be 500ms.
====

The following listing shows the available configurations:
The following listing shows the available configurations.
Additionally, https://tools.ietf.org/html/rfc7766[`TCP fallback`] is enabled by default.


[width="100%",options="header"]
|=======
Expand Down
3 changes: 2 additions & 1 deletion docs/asciidoc/tcp-client.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,8 @@ include::{examplesdir}/resolver/Application.java[lines=18..36]
<1> The timeout of each DNS query performed by this resolver will be 500ms.
====

The following listing shows the available configurations:
The following listing shows the available configurations.
Additionally, https://tools.ietf.org/html/rfc7766[`TCP fallback`] is enabled by default.

[width="100%",options="header"]
|=======
Expand Down

0 comments on commit 9859d7e

Please sign in to comment.