On Fri Oct 25 13:31:46 2024 +0000, Nikolay Sivov wrote:
Why are you locking during object creation?
Waiting for the connection to be established and headers to be parsed, as well as connection errors to be detected, requires us to wait on a `CONDITION_VARIABLE`, which in turn requires a locked `CRITICAL_SECTION`.