Skip to content

Commit

Permalink
Correct the heading for un-pooled client connections
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Nov 15, 2024
1 parent ecda241 commit 5a8ea04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertx-core/src/main/asciidoc/http.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1694,7 +1694,7 @@ or close the client instance.
Alternatively you can set idle timeout using {@link io.vertx.core.http.HttpClientOptions#setIdleTimeout(int)} - any
connections not used within this timeout will be closed. Please note the idle timeout value is in seconds not milliseconds.

==== Un-pooled client connections
=== Un-pooled client connections

Most HTTP interactions are performed using {@code HttpClientAgent} request/response API: the client obtains
a connection from its pool of connections to perform a request.
Expand Down

0 comments on commit 5a8ea04

Please sign in to comment.