mirror of
https://github.com/minio/minio.git
synced 2025-04-02 19:00:38 -04:00
parent
57a3d9c16c
commit
650c6ee8fb
@ -79,12 +79,11 @@ func (target *WebhookTarget) Send(eventData event.Event) error {
|
|||||||
// FIXME: log returned error. ignore time being.
|
// FIXME: log returned error. ignore time being.
|
||||||
_ = resp.Body.Close()
|
_ = resp.Body.Close()
|
||||||
|
|
||||||
switch resp.StatusCode {
|
if resp.StatusCode < 200 || resp.StatusCode > 299 {
|
||||||
case http.StatusOK, http.StatusAccepted, http.StatusContinue:
|
|
||||||
return nil
|
|
||||||
default:
|
|
||||||
return fmt.Errorf("sending event failed with %v", resp.Status)
|
return fmt.Errorf("sending event failed with %v", resp.Status)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// Close - does nothing and available for interface compatibility.
|
// Close - does nothing and available for interface compatibility.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user