We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03fbcc3 commit fb34819Copy full SHA for fb34819
src/Servers/Kestrel/perf/Microbenchmarks/InMemoryTransportBenchmark.cs
@@ -24,10 +24,10 @@ public class InMemoryTransportBenchmark
24
{
25
private const string _plaintextExpectedResponse =
26
"HTTP/1.1 200 OK\r\n" +
27
+ "Content-Length: 13\r\n" +
28
"Date: Fri, 02 Mar 2018 18:37:05 GMT\r\n" +
29
"Content-Type: text/plain\r\n" +
30
"Server: Kestrel\r\n" +
- "Content-Length: 13\r\n" +
31
"\r\n" +
32
"Hello, World!";
33
0 commit comments