2 writes to GoAwayLastStreamId
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\ServerInfrastructure\Http2\Http2Frame.GoAway.cs (1)
27
GoAwayLastStreamId
= lastStreamId;
src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs (1)
153
frame.
GoAwayLastStreamId
= (int)Bitshifter.ReadUInt31BigEndian(extendedHeaders);
2 references to GoAwayLastStreamId
InMemory.FunctionalTests (2)
Http2\Http2TestBase.cs (1)
1296
Assert.Equal(expectedLastStreamId, frame.
GoAwayLastStreamId
);
Http2\TlsTests.cs (1)
99
Assert.Equal(expectedLastStreamId, frame.
GoAwayLastStreamId
);