-
Enhancement
-
Resolution: Won't Do
-
Minor
-
None
-
None
Request.execute() at one point calls responsesComplete() which calls ConditionVar.waitFor(), and both methods acquire the lock. The first lock acquition is not required.
The effect is minimal as acquiring an already acquired lock is cheap.