diff --git a/watchdog/handler.go b/watchdog/handler.go index e26866e6..61d6f5db 100644 --- a/watchdog/handler.go +++ b/watchdog/handler.go @@ -299,6 +299,7 @@ func makeRequestHandler(config *WatchdogConfig) func(http.ResponseWriter, *http. case http.MethodPost, http.MethodPut, + http.MethodPatch, http.MethodDelete, http.MethodGet: pipeRequest(config, w, r, r.Method)