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 213writer.WritePropertyName(nameof(InitialConnectionWindowSize)); 214writer.WriteNumberValue(InitialConnectionWindowSize);
Internal\Http2\Http2Connection.cs (2)
152var connectionWindow = (uint)http2Limits.InitialConnectionWindowSize; 271var connectionWindow = _context.ServiceContext.ServerOptions.Limits.Http2.InitialConnectionWindowSize;