Skip to content

Commit fb34819

Browse files
committed
Fix benchmark
1 parent 03fbcc3 commit fb34819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/Kestrel/perf/Microbenchmarks/InMemoryTransportBenchmark.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ public class InMemoryTransportBenchmark
2424
{
2525
private const string _plaintextExpectedResponse =
2626
"HTTP/1.1 200 OK\r\n" +
27+
"Content-Length: 13\r\n" +
2728
"Date: Fri, 02 Mar 2018 18:37:05 GMT\r\n" +
2829
"Content-Type: text/plain\r\n" +
2930
"Server: Kestrel\r\n" +
30-
"Content-Length: 13\r\n" +
3131
"\r\n" +
3232
"Hello, World!";
3333

0 commit comments

Comments
 (0)