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)
72context.ServerPeerSettings.InitialWindowSize, 73context.ServerPeerSettings.InitialWindowSize / 2); 654pauseWriterThreshold: _context.ServerPeerSettings.InitialWindowSize + 1, 655resumeWriterThreshold: _context.ServerPeerSettings.InitialWindowSize + 1,