From: Francis Dupont Date: Fri, 19 Feb 2021 20:56:47 +0000 (+0100) Subject: [#1661] Cleaned doxygen X-Git-Tag: Kea-1.9.6~117 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=648ef3a6da14478e8005241e9be9d6e0f14b8fec;p=thirdparty%2Fkea.git [#1661] Cleaned doxygen --- diff --git a/src/lib/http/connection_pool.h b/src/lib/http/connection_pool.h index 9da68e7811..25d0189375 100644 --- a/src/lib/http/connection_pool.h +++ b/src/lib/http/connection_pool.h @@ -38,7 +38,7 @@ public: /// @param connection Pointer to the new connection. void start(const HttpConnectionPtr& connection); - /// @brief Removes a connection them from the pool and shutdown it.. + /// @brief Removes a connection them from the pool and shutdown it. /// /// @note if the TLS connection stalls e.g. the peer does not try I/O /// on it the connection has to be explicitly stopped.