Harshavardhana
e8791ae274
Remove Minio server arch, version from `Server:` header ( #7074 )
2019-01-15 13:16:11 +05:30
Pontus Leitzler
f9779b24ad
Enable default vet flags ( #6810 )
...
Enable default vet flags except experimental
2018-11-14 10:23:44 -08:00
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.
2018-09-05 16:47:14 -07:00
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.
2018-07-18 11:22:29 -07:00
Bala FA
650c6ee8fb
event/target/webhook: treat all 2xx as success. ( #5792 )
...
Fixes #5769
2018-04-10 17:45:54 -07:00
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
2018-03-15 13:03:41 -07:00