10 references to HasError
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Http\Http1Connection.cs (5)
298
if (startLineResult.
HasError
)
311
if (headersResult.
HasError
)
341
if (result.
HasError
)
381
if (result.
HasError
)
892
if (parseResult.
HasError
)
Internal\Http\HttpParser.cs (5)
82
if (result.
HasError
)
96
if (result.
HasError
)
382
Debug.Assert(result.
HasError
);
434
if (result.
HasError
)
690
if (multiSpanResult.
HasError
)