Harshavardhana
e8791ae274
Remove Minio server arch, version from `Server:` header ( #7074 )
6 years ago
Pontus Leitzler
f9779b24ad
Enable default vet flags ( #6810 )
...
Enable default vet flags except experimental
6 years ago
Harshavardhana
fd1b8491db
Drain response body properly for http connection pool ( #6415 )
...
Currently Go http connection pool was not being properly
utilized leading to degrading performance as the number
of concurrent requests increased.
As recommended by Go implementation, we have to drain the
response body and close it.
6 years ago
Anis Elleuch
e8a008f5b5
Better validation of all config file fields ( #6090 )
...
Add Validate() to serverConfig to call it at server
startup and in Admin SetConfig handler to minimize
errors scenario after server restart.
6 years ago
Bala FA
650c6ee8fb
event/target/webhook: treat all 2xx as success. ( #5792 )
...
Fixes #5769
7 years ago
Bala FA
0e4431725c
make notification as separate package ( #5294 )
...
* Remove old notification files
* Add net package
* Add event package
* Modify minio to take new notification system
7 years ago