2 writes to RequestBodyStarted
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Stream.cs (2)
44RequestBodyStarted = false; 465RequestBodyStarted = true;
2 references to RequestBodyStarted
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2MessageBody.cs (1)
39if (!_context.RequestBodyStarted)
Internal\Http2\Http2Stream.cs (1)
101return EndStreamReceived && !RequestBodyStarted;