Skip to content

Commit b770711

Browse files
1 parent e55bd42 commit b770711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/Kestrel/Core/src/Internal/Http/HttpParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public bool ParseHeaders(TRequestHandler handler, ref SequenceReader<byte> reade
144144
var span = reader.UnreadSpan;
145145
while (span.Length > 0)
146146
{
147-
var ch1 = (byte)0;
147+
byte ch1;
148148
var ch2 = (byte)0;
149149
var readAhead = 0;
150150

0 commit comments

Comments
 (0)