setBucketMetadata: Fix a deadlock.

This commit is contained in:
Harshavardhana
2016-02-05 15:38:09 -08:00
parent c922dd6fbd
commit 8bf1045645
4 changed files with 9 additions and 11 deletions

View File

@@ -19,7 +19,7 @@
// Definitions are imported from NodeJS mime-db project under MIT license.
package mimedb
// Mime is a collection of mime types with extension as key and content-type as value.
// DB - Mime is a collection of mime types with extension as key and content-type as value.
var DB = map[string]struct {
ContentType string
Compressible bool