3 references to PrepareGoAway
InMemory.FunctionalTests (2)
Http2\Http2TestBase.cs (2)
1167frame.PrepareGoAway(0, Http2ErrorCode.NO_ERROR); 1176frame.PrepareGoAway(0, Http2ErrorCode.NO_ERROR);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2FrameWriter.cs (1)
996_outgoingFrame.PrepareGoAway(lastStreamId, errorCode);