diff --git a/src/Servers/Kestrel/perf/Microbenchmarks/InMemoryTransportBenchmark.cs b/src/Servers/Kestrel/perf/Microbenchmarks/InMemoryTransportBenchmark.cs index 32a6d5c320ce..b6a068a72682 100644 --- a/src/Servers/Kestrel/perf/Microbenchmarks/InMemoryTransportBenchmark.cs +++ b/src/Servers/Kestrel/perf/Microbenchmarks/InMemoryTransportBenchmark.cs @@ -24,10 +24,10 @@ public class InMemoryTransportBenchmark { private const string _plaintextExpectedResponse = "HTTP/1.1 200 OK\r\n" + + "Content-Length: 13\r\n" + "Date: Fri, 02 Mar 2018 18:37:05 GMT\r\n" + "Content-Type: text/plain\r\n" + "Server: Kestrel\r\n" + - "Content-Length: 13\r\n" + "\r\n" + "Hello, World!";