You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grpc: Deprecate InitialWindowSize and introduce InitialStreamWindowSize
Part of #7923.
Since it has been two releases after #8283 is merged, we can
introduce InitialStreamWindowSize on both server and client, while
deprecating InitialWindowSize.
RELEASE NOTES:
* grpc: Introduce new ServerOption and ClientOption to set stream
window size without disabling BDP estimation.
* grpc: Behavior change in WithInitialWindowSize in ClientOption
and InitialWindowSize in ServerOption. Using these options will no
longer disable BDP estimation. To explicitly disable BDP estimation,
please use *StaticStreamWindowSize options.
* grpc: Mark WithInitialWindowSize for deprecation, to be replaced
with WithInitialStreamWindowSize in ClientOption. Similarly, for
InitialWindowSize inServerOption to be replaced with InitialStreamWindowSize.
0 commit comments