1 write to ClientPeerSettings
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2StreamContext.cs (1)
35ClientPeerSettings = clientPeerSettings;
2 references to ClientPeerSettings
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2OutputProducer.cs (1)
70_streamWindow = context.ClientPeerSettings.InitialWindowSize;
Internal\Http2\Http2Stream.cs (1)
72_http2Output.StreamReset(context.ClientPeerSettings.InitialWindowSize);