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