Merge pull request #591 from karlr42/develop

Fix for issue #588
This commit is contained in:
Günter Obiltschnig 2014-10-31 19:56:11 +01:00
commit 279370c5cb

View File

@ -90,7 +90,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.