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)
79
public bool IsReceivingHeader =>
_headerType
== -1;
198
if (
_headerType
== -1)
205
switch (
_headerType
)
235
throw new Http3StreamErrorException(CoreStrings.FormatHttp3ControlStreamErrorUnsupportedType(
_headerType
), Http3ErrorCode.StreamCreationError);