2 writes to _headerType
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3ControlStream.cs (2)
56_headerType = headerType ?? -1; 200_headerType = await TryReadStreamHeaderAsync();
4 references to _headerType
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3ControlStream.cs (4)
79public bool IsReceivingHeader => _headerType == -1; 198if (_headerType == -1) 205switch (_headerType) 235throw new Http3StreamErrorException(CoreStrings.FormatHttp3ControlStreamErrorUnsupportedType(_headerType), Http3ErrorCode.StreamCreationError);