summaryrefslogtreecommitdiffstats
path: root/src/lib/http/client.h
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2021-05-13 21:26:57 +0200
committerThomas Markwalder <tmark@isc.org>2021-05-17 16:56:50 +0200
commit0bfc1a73abf5d50fcb3cd4eb56300bb83461032c (patch)
tree5242dbe69d6c2bb43fa185a17f9c6b8dbebcc061 /src/lib/http/client.h
parent[#1818] Reimplemented HttpThreadPool internals (diff)
downloadkea-0bfc1a73abf5d50fcb3cd4eb56300bb83461032c.tar.xz
kea-0bfc1a73abf5d50fcb3cd4eb56300bb83461032c.zip
[#1818] Addressed some cosmetic review comments
modified: src/hooks/dhcp/high_availability/tests/ha_mt_unittest.cc src/lib/config/cmd_http_listener.h src/lib/http/client.cc src/lib/http/client.h
Diffstat (limited to 'src/lib/http/client.h')
-rw-r--r--src/lib/http/client.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/http/client.h b/src/lib/http/client.h
index 5e7f51f24f..a9aae459f3 100644
--- a/src/lib/http/client.h
+++ b/src/lib/http/client.h
@@ -136,9 +136,8 @@ public:
///
/// @param io_service IO service to be used by the HTTP client.
/// @param thread_pool_size maximum number of threads in the thread pool.
- /// @param defer_thread_start if true, then the thread pool will be
- /// created but started Applicable only when thread-pool-size is
- /// greater than zero.
+ /// @param defer_thread_start if true, the thread pool will be created but
+ /// started. Applicable only when thread-pool-size is greater than zero.
/// A value greater than zero enables multi-threaded mode and sets the
/// maximum number of concurrent connections per URL. A value of zero
/// (default) enables single-threaded mode with one connection per URL.
@@ -305,7 +304,7 @@ public:
/// @return the number of running threads.
uint16_t getThreadCount() const;
- /// @brief Fetches the thread pool's operational state.
+ /// @brief Fetches the thread pool's run state.
///
/// @return Operational state of the thread pool.
/// @throw InvalidOperation if the thread pool does not exist.