Remove unnecessary recursive locking from Http2Stream.Complete (#36030)
authorStephen Toub <stoub@microsoft.com>
Fri, 8 May 2020 00:58:18 +0000 (20:58 -0400)
committerGitHub <noreply@github.com>
Fri, 8 May 2020 00:58:18 +0000 (20:58 -0400)
commit17cff47fea6f36d68e4388a8b6986ae6cb129279
treeb11a3ee7c47f5a282aa629801f7724f1ef3e33a0
parentaaaf9481a457c2b34be0dba889dc0ece8522d9fe
Remove unnecessary recursive locking from Http2Stream.Complete (#36030)

We just asserted we're holding the lock.  We don't need to take it again.
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Stream.cs