mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 06:25:34 +00:00
[#691,!395] Fixed a typo in the http client header.
This commit is contained in:
committed by
Thomas Markwalder
parent
d05ce7e648
commit
25da59f6c0
@@ -61,7 +61,7 @@ class HttpClientImpl;
|
|||||||
///
|
///
|
||||||
/// This classes exposes the underlying TCP socket's descriptor for each
|
/// This classes exposes the underlying TCP socket's descriptor for each
|
||||||
/// connection via connect and close callbacks. This is done to permit the
|
/// 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
|
/// 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.
|
/// starve the client's IOService and cause a backlog of ready event handlers.
|
||||||
///
|
///
|
||||||
|
Reference in New Issue
Block a user