2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-03 07:25:18 +00:00

[(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Fixed missing space

This commit is contained in:
Francis Dupont
2021-04-16 19:37:44 +02:00
parent ecd21ad477
commit e597b65c09

View 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.
///