Skip to content

Commit

Permalink
Fix benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Tratcher committed Jun 29, 2021
1 parent 03fbcc3 commit fb34819
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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!";

Expand Down

0 comments on commit fb34819

Please sign in to comment.