Browse code

Func name wrong in notes of response.go

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>

lixiaobing10051267 authored on 2016/07/23 17:00:28
Showing 1 changed files
... ...
@@ -35,7 +35,7 @@ type ResponseModifier interface {
35 35
 	// OverrideStatusCode replaces the status code of the HTTP reply
36 36
 	OverrideStatusCode(statusCode int)
37 37
 
38
-	// Flush flushes all data to the HTTP response
38
+	// FlushAll flushes all data to the HTTP response
39 39
 	FlushAll() error
40 40
 
41 41
 	// Hijacked indicates the response has been hijacked by the Docker daemon