mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
typo fix: 'methid' -> 'method'
This commit is contained in:
parent
231f53fd9b
commit
611a1d711b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import (
|
|||
// result as an http response.
|
||||
// This method allows an Engine instance to be passed as a standard http.Handler interface.
|
||||
//
|
||||
// Note that the protocol used in this methid is a convenience wrapper and is not the canonical
|
||||
// Note that the protocol used in this method is a convenience wrapper and is not the canonical
|
||||
// implementation of remote job execution. This is because HTTP/1 does not handle stream multiplexing,
|
||||
// and so cannot differentiate stdout from stderr. Additionally, headers cannot be added to a response
|
||||
// once data has been written to the body, which makes it inconvenient to return metadata such
|
||||
|
|
Loading…
Reference in a new issue