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)
154frame.GoAwayErrorCode = (Http2ErrorCode)BinaryPrimitives.ReadUInt32BigEndian(extendedHeaders.Slice(4));
2 references to GoAwayErrorCode
InMemory.FunctionalTests (2)
Http2\Http2TestBase.cs (1)
1297Assert.Equal(expectedErrorCode, frame.GoAwayErrorCode);
Http2\TlsTests.cs (1)
100Assert.Equal(expectedErrorCode, frame.GoAwayErrorCode);