2 writes to GoAwayErrorCode
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\ServerInfrastructure\Http2\Http2Frame.GoAway.cs (1)
28GoAwayErrorCode = errorCode;
src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs (1)
148frame.GoAwayErrorCode = (Http2ErrorCode)BinaryPrimitives.ReadUInt32BigEndian(extendedHeaders.Slice(4));