8 references to ReadPrefaceState
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Http2\Http2Connection.cs (8)
546var state = ReadPrefaceState.All; 552state ^= ReadPrefaceState.Http1x; 566if (state.HasFlag(ReadPrefaceState.Preface)) 576state ^= ReadPrefaceState.Preface; 581if (state.HasFlag(ReadPrefaceState.Http1x)) 609state ^= ReadPrefaceState.Http1x; 615if (state == ReadPrefaceState.None)