diff --git a/httpclient/mesh/mesh.go b/httpclient/mesh/mesh.go index c54520c..20b1e0c 100644 --- a/httpclient/mesh/mesh.go +++ b/httpclient/mesh/mesh.go @@ -111,6 +111,7 @@ func (c *client) Request() *Response { return c.resp } } + c.resp.IsSuccess = true return c.resp }