5 references to InitialConnectionWindowSize
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Http2Limits.cs (3)
128
/// Note connections are also limited by <see cref="
InitialConnectionWindowSize
"/>. There must be space in both the stream
213
writer.WritePropertyName(nameof(
InitialConnectionWindowSize
));
214
writer.WriteNumberValue(
InitialConnectionWindowSize
);
Internal\Http2\Http2Connection.cs (2)
171
var connectionWindow = (uint)http2Limits.
InitialConnectionWindowSize
;
310
var connectionWindow = _context.ServiceContext.ServerOptions.Limits.Http2.
InitialConnectionWindowSize
;