We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec7ace commit dc78cdfCopy full SHA for dc78cdf
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