1 write to ServerPeerSettings
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2StreamContext.cs (1)
36ServerPeerSettings = serverPeerSettings;
4 references to ServerPeerSettings
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2Stream.cs (4)
60context.ServerPeerSettings.InitialWindowSize, 61context.ServerPeerSettings.InitialWindowSize / 2); 642pauseWriterThreshold: _context.ServerPeerSettings.InitialWindowSize + 1, 643resumeWriterThreshold: _context.ServerPeerSettings.InitialWindowSize + 1,