mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-11 00:58:14 +08:00
now limiting number of simultaneous HTTP requests being handled
at once. this is to prevent denial of service.
This commit is contained in:
@@ -9,8 +9,7 @@ class CStopwatch;
|
||||
class CCondVarBase {
|
||||
public:
|
||||
// mutex must be supplied. all condition variables have an
|
||||
// associated mutex. the copy c'tor uses the same mutex as the
|
||||
// argument and is otherwise like the default c'tor.
|
||||
// associated mutex.
|
||||
CCondVarBase(CMutex* mutex);
|
||||
~CCondVarBase();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user