4 references to ErrorOffset
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1Connection.cs (2)
1047
parseResult.
ErrorOffset
+ parseResult.ErrorLength <= buffer.Length)
1049
var errorSlice = buffer.Slice(parseResult.
ErrorOffset
, parseResult.ErrorLength);
Internal\Http\HttpParser.cs (2)
392
if (_showErrorDetails && result.ErrorLength > 0 && result.
ErrorOffset
+ result.ErrorLength <= buffer.Length)
394
var errorSlice = buffer.Slice(result.
ErrorOffset
, result.ErrorLength);