Merge on current master

This commit is contained in:
Marco Hennings 2013-08-24 21:23:14 +02:00
parent ad322d7cca
commit a2603477dd
1 changed files with 0 additions and 1 deletions

1
api.go
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-") {