You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/09/28 14:00:22 UTC

[GitHub] [dubbo-go-pixiu] dk-lockdown commented on a change in pull request #260: fix:POST request body is missing

dk-lockdown commented on a change in pull request #260:
URL: https://github.com/apache/dubbo-go-pixiu/pull/260#discussion_r717608401



##########
File path: pkg/filter/http/httpproxy/routerfilter.go
##########
@@ -51,15 +51,17 @@ type (
 		cfg *Config
 	}
 	// Config describe the config of Filter
-	Config struct{}
+	Config struct {
+		client *http3.Client

Review comment:
       不应将整个 http.Client 给用户反序列化配置,用户只需要关注 transport 的内容




-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org