From d6556a6ef716387122574e37cce4f009b1e21c25 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 --- pkg/authorization/response.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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