]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1661] Cleaned doxygen
authorFrancis Dupont <fdupont@isc.org>
Fri, 19 Feb 2021 20:56:47 +0000 (21:56 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 24 Mar 2021 08:09:02 +0000 (09:09 +0100)
src/lib/http/connection_pool.h

index 9da68e7811719846bb9cdc81795d0a1a018f515a..25d0189375a2de0e957229ac011a5657c9f33215 100644 (file)
@@ -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.