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