|
...
|
...
|
@@ -9,7 +9,7 @@ import (
|
|
9
|
9
|
// result as an http response.
|
|
10
|
10
|
// This method allows an Engine instance to be passed as a standard http.Handler interface.
|
|
11
|
11
|
//
|
|
12
|
|
-// Note that the protocol used in this methid is a convenience wrapper and is not the canonical
|
|
|
12
|
+// Note that the protocol used in this method is a convenience wrapper and is not the canonical
|
|
13
|
13
|
// implementation of remote job execution. This is because HTTP/1 does not handle stream multiplexing,
|
|
14
|
14
|
// and so cannot differentiate stdout from stderr. Additionally, headers cannot be added to a response
|
|
15
|
15
|
// once data has been written to the body, which makes it inconvenient to return metadata such
|