From: Francis Dupont Date: Fri, 16 Apr 2021 17:37:44 +0000 (+0200) Subject: [(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Fixed missing... X-Git-Tag: Kea-1.9.8~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e597b65c09fcf948fc3082cf38ce521c656d7f08;p=thirdparty%2Fkea.git [(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Fixed missing space --- diff --git a/src/lib/http/client.cc b/src/lib/http/client.cc index ced8422d79..4440a099a5 100644 --- a/src/lib/http/client.cc +++ b/src/lib/http/client.cc @@ -91,7 +91,7 @@ typedef boost::shared_ptr 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. ///