18 references to GoAway
InMemory.FunctionalTests (8)
Http3\Http3StreamTests.cs (3)
2088[InlineData(nameof(Http3FrameType.GoAway), true)] 2092[InlineData(nameof(Http3FrameType.GoAway), false)] 3269Http3FrameWriter.WriteHeader(Http3FrameType.GoAway, frameLength: 4, bufferPipe.Writer);
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (5)
164while (frame.Type != Http3FrameType.GoAway) 189AssertFrameType(frame.Type, Http3FrameType.GoAway); 906await SendFrameAsync(Http3FrameType.GoAway, data, endStream); 979while (frame.Type != Http3FrameType.GoAway) 993Http3InMemory.AssertFrameType(frame.Type, Http3FrameType.GoAway);
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http3\Frames\Http3RawFrame.GoAway.cs (1)
11Type = Http3FrameType.GoAway;
Internal\Http3\Http3ControlStream.cs (2)
338case Http3FrameType.GoAway: 429EnsureSettingsFrame(Http3FrameType.GoAway);
Internal\Http3\Http3Formatting.cs (1)
19Http3FrameType.GoAway => "GOAWAY",
Internal\Http3\Http3Stream.cs (1)
786Http3FrameType.GoAway or
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (5)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (5)
164while (frame.Type != Http3FrameType.GoAway) 189AssertFrameType(frame.Type, Http3FrameType.GoAway); 906await SendFrameAsync(Http3FrameType.GoAway, data, endStream); 979while (frame.Type != Http3FrameType.GoAway) 993Http3InMemory.AssertFrameType(frame.Type, Http3FrameType.GoAway);