Simplify ReadFileStream closer, make sure to flush all HTTP responses (#7374)

This commit is contained in:
Harshavardhana
2019-03-17 22:20:26 -07:00
committed by Nitish Tiwari
parent 1011d21416
commit 6702d23d52
3 changed files with 11 additions and 17 deletions

View File

@@ -57,7 +57,6 @@ const (
globalMinioDefaultStorageClass = "STANDARD"
globalWindowsOSName = "windows"
globalNetBSDOSName = "netbsd"
globalSolarisOSName = "solaris"
globalMinioModeFS = "mode-server-fs"
globalMinioModeXL = "mode-server-xl"
globalMinioModeDistXL = "mode-server-distributed-xl"