12 references to HasError
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Http\Http1Connection.cs (5)
294
if (startLineResult.
HasError
)
307
if (headersResult.
HasError
)
337
if (result.
HasError
)
377
if (result.
HasError
)
837
if (parseResult.
HasError
)
Internal\Http\HttpParser.cs (5)
66
if (result.
HasError
)
80
if (result.
HasError
)
363
Debug.Assert(result.
HasError
);
415
if (result.
HasError
)
659
if (multiSpanResult.
HasError
)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
HttpParserTests.cs (2)
872
Assert.True(result.
HasError
);
935
Assert.True(result.
HasError
);