mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-02 17:50:53 +02:00
Fix description of stopAll's abortCurrent argument.
This commit is contained in:
parent
bf29f72cdf
commit
5b646e5b9f
@ -110,7 +110,7 @@ public:
|
|||||||
/// their pace, this allows finer control over client connections.
|
/// their pace, this allows finer control over client connections.
|
||||||
///
|
///
|
||||||
/// If abortCurrent is false, all current requests are allowed to
|
/// If abortCurrent is false, all current requests are allowed to
|
||||||
/// complete. If abortCurrent is false, the underlying sockets of
|
/// complete. If abortCurrent is true, the underlying sockets of
|
||||||
/// all client connections are shut down, causing all requests
|
/// all client connections are shut down, causing all requests
|
||||||
/// to abort.
|
/// to abort.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user