2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#691,!395] Fixed a typo in the http client header.

This commit is contained in:
Marcin Siodelski
2019-06-26 20:06:30 +02:00
committed by Thomas Markwalder
parent d05ce7e648
commit 25da59f6c0

View File

@@ -61,7 +61,7 @@ class HttpClientImpl;
///
/// This classes exposes the underlying TCP socket's descriptor for each
/// connection via connect and close callbacks. This is done to permit the
/// sockets to be monitored for IO readiness by external code that something
/// sockets to be monitored for IO readiness by external code that's something
/// other than boost::asio (e.g.select() or epoll()), and would thus otherwise
/// starve the client's IOService and cause a backlog of ready event handlers.
///