bluesgao opened a new pull request #4575: URL: https://github.com/apache/apisix/pull/4575
问题:admin api proto delete 操作 异常。 原因:delete方法调用_M.check_proto_used()方法时,直接返回。如果插件grpc-transcode没有使用需要删除的protoid就会发生错误。 修改点: 1,将proto对象的check_proto_used方法修改为local方法(该方法没有其他地方使用,最好定义为local方法)。 2,对proto对象的delete方法调用check_proto_used方法的地方进行了修改。 -- 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]
