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