3 references to ACK
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2Connection.cs (1)
1009return _frameWriter.WritePingAsync(Http2PingFrameFlags.ACK, payload).GetAsTask();
src\Shared\ServerInfrastructure\Http2\Http2Frame.Ping.cs (2)
21public bool PingAck => (PingFlags & Http2PingFrameFlags.ACK) == Http2PingFrameFlags.ACK;