supernovaer commented on issue #715: http2 / grpc问题 URL: https://github.com/apache/incubator-brpc/issues/715#issuecomment-512651259 修改H2Settings构造函数stream_window_size的初始化值,这是我本地临时的解决方案。 非常期待官方的修复~ 是不是可以在建立连接的时候,先发settings帧,获取server端的配置,再发请求? 或者在因为本地判定remote_window_size不够这个原因导致请求失败时,不要关闭socket,(因为其实setting帧已经发出去了,也已经收到server回包成功解析到server配置了),或者把当前socket已成功解析到的remote_settings缓存一下,作为后面新建socket的初始值(而不是用写死或gflag配置的默认值)? 小小的建议,没有经过成熟的思考
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
