瀏覽代碼

Func name wrong in notes of response.go

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
lixiaobing10051267 9 年之前
父節點
當前提交
d6556a6ef7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 replaces the status code of the HTTP reply
 	OverrideStatusCode(statusCode int)
 	OverrideStatusCode(statusCode int)
 
 
-	// Flush flushes all data to the HTTP response
+	// FlushAll flushes all data to the HTTP response
 	FlushAll() error
 	FlushAll() error
 
 
 	// Hijacked indicates the response has been hijacked by the Docker daemon
 	// Hijacked indicates the response has been hijacked by the Docker daemon