Skip to content

Commit 37d41f3

Browse files
committed
React to IHeaderDictionary ContentLength change
1 parent e312552 commit 37d41f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Microsoft.AspNetCore.Hosting.Tests/WebHostTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,8 @@ public StringValues this[string key]
915915

916916
public Stream Body { get; set; }
917917

918+
public long? ContentLength { get; set; }
919+
918920
public int Count => 0;
919921

920922
public bool HasStarted { get; set; }

0 commit comments

Comments
 (0)