From c997afe0decc1e01d4b3444d93e6284ffbe3a8a9 Mon Sep 17 00:00:00 2001 From: Joey Date: Wed, 13 Aug 2025 22:06:50 +0800 Subject: [PATCH] chore: Fix function name in comment (#26511) --- command/agent/http_ce.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }