mirror of
https://github.com/minio/minio.git
synced 2025-03-13 21:12:55 -04:00
Go's net/http is notoriously difficult to have a streaming deadlines per READ/WRITE on the net.Conn if we add them they interfere with the Go's internal requirements for a HTTP connection. Remove this support for now fixes #19853