]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Fixed missing...
authorFrancis Dupont <fdupont@isc.org>
Fri, 16 Apr 2021 17:37:44 +0000 (19:37 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 11 May 2021 16:02:34 +0000 (18:02 +0200)
src/lib/http/client.cc

index ced8422d79456b7b81463cbc9a8099fbbb90ab52..4440a099a521beadb648bd592edc115067143796 100644 (file)
@@ -91,7 +91,7 @@ typedef boost::shared_ptr<ConnectionPool> ConnectionPoolPtr;
 ///
 /// Each connection is established with a unique destination identified by the
 /// specified URL and TLS context. Multiple requests to the same destination
-/// can be sent overthe same connection, if the connection is persistent.
+/// can be sent over the same connection, if the connection is persistent.
 /// If the server closes the TCP connection (e.g. after sending a response),
 /// the connection is closed.
 ///