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