From e597b65c09fcf948fc3082cf38ce521c656d7f08 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Fri, 16 Apr 2021 19:37:44 +0200 Subject: [PATCH] [(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Fixed missing space --- src/lib/http/client.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ///