mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge on current master
This commit is contained in:
parent
ad322d7cca
commit
a2603477dd
1 changed files with 0 additions and 1 deletions
1
api.go
1
api.go
|
@ -484,7 +484,6 @@ func postImagesInsert(srv *Server, version float64, w http.ResponseWriter, r *ht
|
|||
}
|
||||
|
||||
func postImagesPush(srv *Server, version float64, w http.ResponseWriter, r *http.Request, vars map[string]string) error {
|
||||
authConfig := &auth.AuthConfig{}
|
||||
metaHeaders := map[string][]string{}
|
||||
for k, v := range r.Header {
|
||||
if strings.HasPrefix(k, "X-Meta-") {
|
||||
|
|
Loading…
Reference in a new issue