mirror of
https://github.com/stakater/Reloader.git
synced 2026-02-14 18:09:50 +00:00
@@ -133,6 +133,7 @@ func sendWebhook(url string) (string, []error) {
|
||||
// the reloader seems to retry automatically so no retry logic added
|
||||
return "", err
|
||||
}
|
||||
defer resp.Body.Close()
|
||||
var buffer bytes.Buffer
|
||||
_, bufferErr := io.Copy(&buffer, resp.Body)
|
||||
if bufferErr != nil {
|
||||
|
||||
Reference in New Issue
Block a user