diff --git a/pkg/authorization/response.go b/pkg/authorization/response.go index 9eec82d42e..f29a5fa91e 100644 --- a/pkg/authorization/response.go +++ b/pkg/authorization/response.go @@ -35,7 +35,7 @@ type ResponseModifier interface { // OverrideStatusCode replaces the status code of the HTTP reply OverrideStatusCode(statusCode int) - // Flush flushes all data to the HTTP response + // FlushAll flushes all data to the HTTP response FlushAll() error // Hijacked indicates the response has been hijacked by the Docker daemon