diff options
-rw-r--r-- | tests/test-Http.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-Http.cc b/tests/test-Http.cc index 88d7a8d..941d6a8 100644 --- a/tests/test-Http.cc +++ b/tests/test-Http.cc @@ -147,6 +147,7 @@ void MainTask::Do() { if (event.gotSignal()) { TAssert(!gotEvent); gotEvent = true; + event.reset(); } if (stopperEvent.gotSignal()) { TAssert(!gotStopperEvent); |