Fix description of stopAll's abortCurrent argument.

This commit is contained in:
karlr42 2014-10-31 17:35:50 +00:00
Родитель bf29f72cdf
Коммит 5b646e5b9f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -110,7 +110,7 @@ public:
/// their pace, this allows finer control over client connections.
///
/// 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
/// to abort.