From: Thomas Markwalder Date: Wed, 22 Sep 2021 13:43:57 +0000 (-0400) Subject: [#2085] Address minor typos per review comments X-Git-Tag: Kea-2.0.0~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8da57ac9d9317e1d72e1585f6f78cf03f338fd55;p=thirdparty%2Fkea.git [#2085] Address minor typos per review comments src/lib/http/client.cc src/lib/http/http_messages.mes --- diff --git a/src/lib/http/client.cc b/src/lib/http/client.cc index e844c58d21..8eb3ed1eab 100644 --- a/src/lib/http/client.cc +++ b/src/lib/http/client.cc @@ -822,7 +822,7 @@ private: Destination(Url url, TlsContextPtr tls_context, size_t max_connections) : url_(url), tls_context_(tls_context), max_connections_(max_connections), connections_(), queue_(), - last_queue_warn_time_(min_date_time), last_queue_size_(0) { + last_queue_warn_time_(min_date_time), last_queue_size_(0) { } /// @brief Destructor diff --git a/src/lib/http/http_messages.mes b/src/lib/http/http_messages.mes index 5d2b50771f..c781a2b685 100644 --- a/src/lib/http/http_messages.mes +++ b/src/lib/http/http_messages.mes @@ -42,7 +42,7 @@ truncated by the logger if it is too large to be printed. This warning message is issued when the queue of pending requests for the given URL appears to be growing more quickly than the requests can be handled. It will be emitted periodically as long as the queue size continues to grow. -This may occur with a surge of client traffic creating a momemntary backlog +This may occur with a surge of client traffic creating a momentary backlog which then subsides as the surge subsides. If it happens continually then it most likely indicates a deployment configuration that cannot sustain the client load.