We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b13c34 commit e49a331Copy full SHA for e49a331
Sources/GRPC/ConnectionPool/PooledChannel.swift
@@ -85,7 +85,7 @@ internal final class PooledChannel: GRPCChannel {
85
tlsMode: tlsMode,
86
tlsConfiguration: configuration.transportSecurity.tlsConfiguration,
87
httpTargetWindowSize: configuration.http2.targetWindowSize,
88
- httpMaxFrameSize: configuration.http2.targetWindowSize,
+ httpMaxFrameSize: configuration.http2.maxFrameSize,
89
errorDelegate: configuration.errorDelegate,
90
debugChannelInitializer: configuration.debugChannelInitializer
91
)
0 commit comments