Func name wrong in notes of response.go

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
This commit is contained in:
lixiaobing10051267 2016-07-23 16:00:28 +08:00
parent aeea20f51e
commit d6556a6ef7
1 changed files with 1 additions and 1 deletions

View File

@ -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