1 write to _requestBodyStarted
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Stream.cs (1)
948
_requestBodyStarted
= true;
1 reference to _requestBodyStarted
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Stream.cs (1)
77
return EndStreamReceived && !
_requestBodyStarted
;