Merge pull request #24964 from lixiaobing10051267/masterFlushAll3

Func name wrong in notes of response.go
Upstream-commit: 05f8d51cce4a0b16b5f5143793ed73871acc2381
Component: engine
This commit is contained in:
Vincent Demeester
2016-07-23 11:18:03 +02:00
committed by GitHub

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