8 references to ReadPrefaceState
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Http2\Http2Connection.cs (8)
492var state = ReadPrefaceState.All; 498state ^= ReadPrefaceState.Http1x; 512if (state.HasFlag(ReadPrefaceState.Preface)) 522state ^= ReadPrefaceState.Preface; 527if (state.HasFlag(ReadPrefaceState.Http1x)) 552state ^= ReadPrefaceState.Http1x; 558if (state == ReadPrefaceState.None)