mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
update github actions (#3538)
This commit is contained in:
@@ -120,8 +120,5 @@ func (p *httpPlugin) do(ctx context.Context, r *Request, res *Response) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
if err = json.Unmarshal(buf, res); err != nil {
|
||||
return err
|
||||
}
|
||||
return nil
|
||||
return json.Unmarshal(buf, res)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user