Remove unused span (#1599)
This commit is contained in:
parent
547ad80a27
commit
f787c5277c
|
|
@ -181,8 +181,6 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Internal.Http
|
|||
RejectRequestLine(data, length);
|
||||
}
|
||||
|
||||
var line = new Span<byte>(data, length);
|
||||
|
||||
handler.OnStartLine(method, httpVersion, targetBuffer, pathBuffer, query, customMethod, pathEncoded);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue