From 426ba7505bd5379625259fb908ddd8786d6e0980 Mon Sep 17 00:00:00 2001 From: YGrylls <910357107@qq.com> Date: Wed, 26 Aug 2020 09:56:00 +0800 Subject: [PATCH] remove outdated comments --- filter/filter_impl/hystrix_filter.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/filter/filter_impl/hystrix_filter.go b/filter/filter_impl/hystrix_filter.go index 8104d1a73..4c5c06815 100644 --- a/filter/filter_impl/hystrix_filter.go +++ b/filter/filter_impl/hystrix_filter.go @@ -53,10 +53,6 @@ var ( providerConfigOnce sync.Once ) -//The filter in the server end of dubbo-go can't get the invoke result for now, -//this filter ONLY works in CLIENT end (consumer side) temporarily -//Only after the callService logic is integrated into the filter chain of server end then the filter can be used, -//which will be done soon func init() { extension.SetFilter(HYSTRIX_CONSUMER, GetHystrixFilterConsumer) extension.SetFilter(HYSTRIX_PROVIDER, GetHystrixFilterProvider) -- GitLab