3 overrides of TryParseRequest
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1Connection.cs (1)
714protected override bool TryParseRequest(ReadResult result, out bool endConnection)
Internal\Http2\Http2Stream.cs (1)
214protected override bool TryParseRequest(ReadResult result, out bool endConnection)
Internal\Http3\Http3Stream.cs (1)
961protected override bool TryParseRequest(ReadResult result, out bool endConnection)
1 reference to TryParseRequest
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
658} while (!TryParseRequest(result, out endConnection));