Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server: http.Server do not add deadlines causes issues. (minio#2581)
Adding deadlines is a no go since Golang doesn't back off the timers if there is an active i/o in progress. It is meant to be for applications to handle this themselves and manually progress the deadlines. Fixes minio#2561
- Loading branch information