=doc Fix path to "akka.http.host-connection-pool" (#20363)

The "host-connection-pool" section is not under "client".
This commit is contained in:
Samuel Tardieu 2016-04-19 12:52:16 +02:00 committed by Konrad Malawski
parent 5e9b818141
commit bead910cc5
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ Configuring a Host Connection Pool
Apart from the connection-level config settings and socket options there are a number of settings that allow you to Apart from the connection-level config settings and socket options there are a number of settings that allow you to
influence the behavior of the connection pool logic itself. influence the behavior of the connection pool logic itself.
Check out the ``akka.http.client.host-connection-pool`` section of the Akka HTTP :ref:`akka-http-configuration-java` for Check out the ``akka.http.host-connection-pool`` section of the Akka HTTP :ref:`akka-http-configuration-java` for
more information about which settings are available and what they mean. more information about which settings are available and what they mean.
Note that, if you request pools with different configurations for the same target host you will get *independent* pools. Note that, if you request pools with different configurations for the same target host you will get *independent* pools.

View file

@ -32,7 +32,7 @@ Configuring a Host Connection Pool
Apart from the connection-level config settings and socket options there are a number of settings that allow you to Apart from the connection-level config settings and socket options there are a number of settings that allow you to
influence the behavior of the connection pool logic itself. influence the behavior of the connection pool logic itself.
Check out the ``akka.http.client.host-connection-pool`` section of the Akka HTTP :ref:`akka-http-configuration` for Check out the ``akka.http.host-connection-pool`` section of the Akka HTTP :ref:`akka-http-configuration` for
more information about which settings are available and what they mean. more information about which settings are available and what they mean.
Note that, if you request pools with different configurations for the same target host you will get *independent* pools. Note that, if you request pools with different configurations for the same target host you will get *independent* pools.