Skip to content

Commit 8894a1e

Browse files
committed
Fix
1 parent f764cd3 commit 8894a1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: frameworks/CSharp/aspnetcore/PlatformBenchmarks/BenchmarkApplication.Plaintext.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ public partial class BenchmarkApplication
77
{
88
private static ReadOnlySpan<byte> _plaintextPreamble =>
99
"HTTP/1.1 200 OK\r\n"u8 +
10-
"Server: K"u8 + "\r\n"u8 +
11-
"Content-Type: text/plain"u8 +
10+
"Server: K\r\n"u8 +
11+
"Content-Type: text/plain\r\n"u8 +
1212
"Content-Length: 13"u8;
1313

1414
private static void PlainText(ref BufferWriter<WriterAdapter> writer)

0 commit comments

Comments
 (0)