mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #24964 from lixiaobing10051267/masterFlushAll3
Func name wrong in notes of response.go
This commit is contained in:
commit
05f8d51cce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue