Func name wrong in notes of response.go

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
Upstream-commit: d6556a6ef716387122574e37cce4f009b1e21c25
Component: engine
This commit is contained in:
lixiaobing10051267
2016-07-23 16:00:28 +08:00
parent 97d37a9100
commit 7ce557c2bc

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