Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 3f0e4c7

Browse files
Merge component 'engine' from git@github.com:docker/engine 18.09
2 parents 183cc36 + a1ca42a commit 3f0e4c7

File tree

4 files changed

+102
-114
lines changed

4 files changed

+102
-114
lines changed

components/engine/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ type Client struct {
9090
// If the request is non-GET return `ErrRedirect`. Otherwise use the last response.
9191
//
9292
// Go 1.8 changes behavior for HTTP redirects (specifically 301, 307, and 308) in the client .
93-
// The Docker client (and by extension docker API client) can be made to to send a request
93+
// The Docker client (and by extension docker API client) can be made to send a request
9494
// like POST /containers//start where what would normally be in the name section of the URL is empty.
9595
// This triggers an HTTP 301 from the daemon.
9696
// In go 1.8 this 301 will be converted to a GET request, and ends up getting a 404 from the daemon.

0 commit comments

Comments
 (0)