2 writes to _observedBytes
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\MessageBody.cs (2)
100
_observedBytes
= 0;
189
_observedBytes
+= observedBytes;
1 reference to _observedBytes
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\MessageBody.cs (1)
192
if (
_observedBytes
> maxRequestBodySize)