jamesge commented on issue #692: Add Mysql Protocol, only support text protocol now, not support trans… URL: https://github.com/apache/incubator-brpc/pull/692#issuecomment-475585775 > 如果有人错误的在单个命令里面写了两个命令,那么在response的处理里面做一个校验,判断返回的reply个数大于我们request时候预期的,就报错关闭连接。 这个必要性不大,反而会让用户觉得麻烦。比如从配置中读进来代表commands的字段可能包含多个command,用户还得拆开一个个调用。既然本身就支持简单的分隔,就没必要人为的拆开了。
---------------------------------------------------------------- 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]
