2 writes to _headerType
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3ControlStream.cs (2)
50
_headerType
= headerType ?? -1;
194
_headerType
= await TryReadStreamHeaderAsync();
4 references to _headerType
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3ControlStream.cs (4)
73
public bool IsReceivingHeader =>
_headerType
== -1;
192
if (
_headerType
== -1)
199
switch (
_headerType
)
229
throw new Http3StreamErrorException(CoreStrings.FormatHttp3ControlStreamErrorUnsupportedType(
_headerType
), Http3ErrorCode.StreamCreationError);