Browse Source

Func name wrong in notes of response.go

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
lixiaobing10051267 9 years ago
parent
commit
d6556a6ef7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/authorization/response.go

+ 1 - 1
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