XnLemon commented on code in PR #3579:
URL: https://github.com/apache/dubbo-go/pull/3579#discussion_r3763837233
##########
protocol/jsonrpc/server.go:
##########
@@ -270,7 +355,7 @@ func (s *Server) Stop() {
})
}
-func serveRequest(ctx context.Context, header map[string]string, body []byte,
conn net.Conn) error {
+func serveRequest(ctx context.Context, header map[string]string, body []byte,
writer io.Writer) error {
Review Comment:
哦 没事了 好像是我merge develop过来才出现的 不是我的问题 ;w;
--
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]