Closed
Description
While reading through #69483 I noticed that SetupWriteStartState creates a CancellationTokenRegistration
, but the method may still throw, in which case the registration won't be disposed.
As a result the MsQuicStream.State
will remain rooted by the (potentially user-provided) cancellation token.