From 7ce557c2bcd653e017ee97430ad172c01af9d3da Mon Sep 17 00:00:00 2001 From: lixiaobing10051267 Date: Sat, 23 Jul 2016 16:00:28 +0800 Subject: [PATCH] Func name wrong in notes of response.go Signed-off-by: lixiaobing10051267 Upstream-commit: d6556a6ef716387122574e37cce4f009b1e21c25 Component: engine --- components/engine/pkg/authorization/response.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/pkg/authorization/response.go b/components/engine/pkg/authorization/response.go index 9eec82d42e..f29a5fa91e 100644 --- a/components/engine/pkg/authorization/response.go +++ b/components/engine/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