3 writes to StreamTimeoutTimestamp
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3Connection.cs (1)
270stream.StreamTimeoutTimestamp = expiration >= 0 ? expiration : long.MaxValue;
Internal\Http3\Http3PendingStream.cs (2)
21StreamTimeoutTimestamp = default; 97StreamTimeoutTimestamp = default;
3 references to StreamTimeoutTimestamp
InMemory.FunctionalTests (1)
Http3\Http3TimeoutTests.cs (1)
234Assert.Equal(timeProvider.GetTimestamp(timestamp, limits.RequestHeadersTimeout), serverInboundControlStream.StreamTimeoutTimestamp);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3Connection.cs (2)
266if (stream.StreamTimeoutTimestamp == default) 273if (stream.StreamTimeoutTimestamp < timestamp)