2 writes to RequestBodyStarted
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Stream.cs (2)
56RequestBodyStarted = false; 477RequestBodyStarted = true;
2 references to RequestBodyStarted
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2MessageBody.cs (1)
47if (!_context.RequestBodyStarted)
Internal\Http2\Http2Stream.cs (1)
113return EndStreamReceived && !RequestBodyStarted;