8 references to ReadPrefaceState
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Http2\Http2Connection.cs (8)
542var state = ReadPrefaceState.All; 548state ^= ReadPrefaceState.Http1x; 562if (state.HasFlag(ReadPrefaceState.Preface)) 572state ^= ReadPrefaceState.Preface; 577if (state.HasFlag(ReadPrefaceState.Http1x)) 605state ^= ReadPrefaceState.Http1x; 611if (state == ReadPrefaceState.None)