What's Changed
Fix issue when client disconnects midway through a stream by @0xTim in #3102
Fixes an issue when a client disconnects mid way through streaming a request in a Swift concurrency context. In certain cases this would trigger a de-init off the event loop, leading to a crash.
This fixes the issue by using a lock instead of a loop bound wrapper
Reviewers
Thanks to the reviewers for their help:
This patch was released by @0xTim
Full Changelog: 4.92.2...4.92.3