mirror of
https://github.com/minio/minio.git
synced 2025-01-15 16:53:16 -05:00
d5e48cfd65
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