23 references to PING
InMemory.FunctionalTests (18)
Http2\Http2ConnectionTests.cs (5)
4076await ExpectAsync(Http2FrameType.PING, 4106expectedErrorMessage: CoreStrings.FormatHttp2ErrorHeadersInterleaved(Http2FrameType.PING, streamId: 0, headersStreamId: 1)); 4122expectedErrorMessage: CoreStrings.FormatHttp2ErrorStreamIdNotZero(Http2FrameType.PING)); 4142expectedErrorMessage: CoreStrings.FormatHttp2ErrorUnexpectedFrameLength(Http2FrameType.PING, expectedLength: 8)); 5039await ExpectAsync(Http2FrameType.PING,
Http2\Http2KeepAliveTests.cs (11)
38await ExpectAsync(Http2FrameType.PING, 67await ExpectAsync(Http2FrameType.PING, 87await ExpectAsync(Http2FrameType.PING, 126await ExpectAsync(Http2FrameType.PING, 150await ExpectAsync(Http2FrameType.PING, 159await ExpectAsync(Http2FrameType.PING, 168await ExpectAsync(Http2FrameType.PING, 191await ExpectAsync(Http2FrameType.PING, 224await ExpectAsync(Http2FrameType.PING, 298await ExpectAsync(Http2FrameType.PING, 353await ExpectAsync(Http2FrameType.PING,
Http2\Http2TimeoutTests.cs (2)
121await ExpectAsync(Http2FrameType.PING, 151await ExpectAsync(Http2FrameType.PING,
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http2\Http2Connection.cs (1)
696Http2FrameType.PING => ProcessPingFrameAsync(payload),
src\Shared\ServerInfrastructure\Http2\Http2Frame.cs (1)
45case Http2FrameType.PING:
src\Shared\ServerInfrastructure\Http2\Http2Frame.Ping.cs (1)
26Type = Http2FrameType.PING;
src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs (2)
187case Http2FrameType.PING: // Opaque payload 8 bytes long 217case Http2FrameType.PING: // 8 bytes of opaque data