Merge on current master

Upstream-commit: a2603477ddd0a7eba794dd5fd917a4d88c5241da
Component: engine
This commit is contained in:
Marco Hennings
2013-09-03 20:59:48 +02:00
parent 42b37ac06c
commit d63753d770
-1
View File
@@ -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-") {