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));
2 references to GoAwayErrorCode
InMemory.FunctionalTests (2)
Http2\Http2TestBase.cs (1)
1297
Assert.Equal(expectedErrorCode, frame.
GoAwayErrorCode
);
Http2\TlsTests.cs (1)
100
Assert.Equal(expectedErrorCode, frame.
GoAwayErrorCode
);