httpclient支持mesh请求 #2

Merged
zhangdeman merged 26 commits from feature/upgrade_httpclient into master 2025-04-01 12:16:20 +08:00
Showing only changes of commit 53ed0fe04f - Show all commits

View File

@ -111,6 +111,7 @@ func (c *client) Request() *Response {
return c.resp
}
}
c.resp.IsSuccess = true
return c.resp
}