React to IHeaderDictionary ContentLength change
This commit is contained in:
parent
e312552edd
commit
37d41f36c7
|
|
@ -915,6 +915,8 @@ namespace Microsoft.AspNetCore.Hosting
|
||||||
|
|
||||||
public Stream Body { get; set; }
|
public Stream Body { get; set; }
|
||||||
|
|
||||||
|
public long? ContentLength { get; set; }
|
||||||
|
|
||||||
public int Count => 0;
|
public int Count => 0;
|
||||||
|
|
||||||
public bool HasStarted { get; set; }
|
public bool HasStarted { get; set; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue