LddBird commented on issue #1364: URL: https://github.com/apache/incubator-brpc/issues/1364#issuecomment-998440411
> @zyearn 请问有办法关掉吗?或者有什么配置设置好 setting,一直报错日志比较多,影响排查问题。感谢 简单处理的话在src/brpc/policy/http2_rpc_protocol.cpp 的 H2SettingsIdentifier enum中补上 GRPC_CHTTP2_SETTINGS_GRPC_ALLOW_TRUE_BINARY_METADATA = 65027 然后ParseH2Settings中加上对应的case 看上去除了这个值以外brpc都有支持,是出于什么原因不加这个值呢? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
