Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Server and client are synchronized via TaskCompletionSource (#35569)
Http2_PendingSend_SendsReset test fails because client sends the second request with EndOfStream flag sooner than the server reads the last RstStream frame of the first request. This is caused by too short delay before the second request is made on the client. This PR replaces Task.Delay with a synchronization via TaskCompletionSource. Fixes #2131
- Loading branch information