From 37d41f36c78fc65b5710ec313491dba6731af956 Mon Sep 17 00:00:00 2001 From: Chris R Date: Wed, 18 Jan 2017 13:46:34 -0800 Subject: [PATCH] React to IHeaderDictionary ContentLength change --- test/Microsoft.AspNetCore.Hosting.Tests/WebHostTests.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Microsoft.AspNetCore.Hosting.Tests/WebHostTests.cs b/test/Microsoft.AspNetCore.Hosting.Tests/WebHostTests.cs index bab6bdffaa..c9ee4ac9ef 100644 --- a/test/Microsoft.AspNetCore.Hosting.Tests/WebHostTests.cs +++ b/test/Microsoft.AspNetCore.Hosting.Tests/WebHostTests.cs @@ -915,6 +915,8 @@ namespace Microsoft.AspNetCore.Hosting public Stream Body { get; set; } + public long? ContentLength { get; set; } + public int Count => 0; public bool HasStarted { get; set; }