diff --git a/command/agent/http_ce.go b/command/agent/http_ce.go index 4ad3bb732..98f4e18ed 100644 --- a/command/agent/http_ce.go +++ b/command/agent/http_ce.go @@ -35,7 +35,7 @@ func (s *HTTPServer) auditHandler(h handlerFn) handlerFn { return h } -// auditHTTPHandler wraps the passed handlerByteFn +// auditNonJSONHandler wraps the passed handlerByteFn func (s *HTTPServer) auditNonJSONHandler(h handlerByteFn) handlerByteFn { return h }